Markedets billigste bøger
Levering: 1 - 2 hverdage

Bøger i Use R! serien

Filter
Filter
Sorter efterSorter Serie rækkefølge
  • - A Comprehensive R Framework for SDEs and Other Stochastic Processes
    af Stefano M. Iacus
    712,95 kr.

    The YUIMA package is the first comprehensive R framework based on S4 classes and methods which allows for the simulation of stochastic differential equations driven by Wiener process, Levy processes or fractional Brownian motion, as well as CARMA, COGARCH, and Point processes.

  • af Dirk F. Moore
    614,95 kr.

    Applied Survival Analysis Using R covers the main principles of survival analysis, gives examples of how it is applied, and teaches how to put those principles to use to analyze data using R as a vehicle.

  • - An ISO Standards Approach
    af Emilio L. Cano
    1.006,95 kr.

    Presenting a practitioner's guide to capabilities and best practices of quality control systems using the R programming language, this volume emphasizes accessibility and ease-of-use through detailed explanations of R code as well as standard statistical methodologies.

  • af Keon-Woong Moon
    1.006,95 kr.

    This book and app is for practitioners, professionals, researchers, and students who want to learn how to make a plot within the R environment using ggplot2, step-by-step without coding.In widespread use in the statistical communities, R is a free software language and environment for statistical programming and graphics. Many users find R to have a steep learning curve but to be extremely useful once overcome. ggplot2 is an extremely popular package tailored for producing graphics within R but which requires coding and has a steep learning curve itself, and Shiny is an open source R package that provides a web framework for building web applications using R without requiring HTML, CSS, or JavaScript.  This manualΓÇö"integrating" R, ggplot2, and ShinyΓÇöintroduces a new Shiny app, Learn ggplot2, that allows users to make plots easily without coding. With the Learn ggplot2 Shiny app, users can make plots using ggplot2 without having to code each step, reducing typos and error messages and allowing users to become familiar with ggplot2 code. The app makes it easy to apply themes, make multiplots (combining several plots into one plot), and download plots as PNG, PDF, or PowerPoint files with editable vector graphics. Users can also make plots on any computer or smart phone.Learn ggplot2 Using Shiny App allows users toMake publication-ready plots in minutes without codingDownload plots with desired width, height, and resolutionPlot and download plots in png, pdf, and PowerPoint formats, with or without R code and with editable vector graphics

  • af Douglas Luke
    853,95 kr.

    Presenting a comprehensive resource for the mastery of network analysis in R, the goal of Network Analysis with R is to introduce modern network analysis techniques in R to social, physical, and health scientists.

  • af James E. Monogan III
    711,95 kr.

    This book provides a narrative of how R can be useful in the analysis of public administration, public policy, and political science data specifically, in addition to the social sciences more broadly.

  • af Guido Schwarzer
    663,95 kr.

    This book provides a comprehensive introduction to performing meta-analysis using the statistical software R. It is intended for quantitative researchers and students in the medical and social sciences who wish to learn how to perform meta-analysis with R. multivariate meta-analysis, network meta-analysis;

  • af Frans Willekens
    621,95 kr.

    This book provides an introduction to multistate event history analysis. It is the subsample of the German Life History Survey, which was also used by Blossfeld and Rohwer in their popular textbook on event history modeling.

  • af Roger S. Bivand
    1.010,95 kr.

    Applied Spatial Data Analysis with R, second edition, is divided into two basic parts, the first presenting R packages, functions, classes and methods for handling spatial data.

  • af Nathan G. Swenson
    994,95 kr.

    Functional and Phylogenetic Ecology in R is designed to teach readers to use R for phylogenetic and functional trait analyses. Researchers getting started in R can use this volume as a step-by-step entryway into phylogenetic and functional analyses for ecology in R.

  • - with Applications in Systems Biology
    af Radhakrishnan Nagarajan, Marco Scutari & Sophie Lebre
    846,95 kr.

    Bayesian Networks in R with Applications in Systems Biology is unique as it introduces the reader to the essential concepts in Bayesian network modeling and inference in conjunction with examples in the open-source statistical environment R.

  • af Deborah Nolan & Duncan Temple Lang
    1.148,95 kr.

    Web technologies are increasingly relevant to scientists working with data, for both accessing data and creating rich dynamic and interactive displays.

  • af Kenneth Knoblauch & Laurence T. Maloney
    1.006,95 kr.

    Many of the commonly used methods for modeling and fitting psychophysical data are special cases of statistical procedures of great power and generality, notably the Generalized Linear Model (GLM).

  • af Emmanuel Paradis
    1.391,95 kr.

    This updated second edition includes material on interfacing R with other computer languages such as C. It reflects the increasing availability of molecular and genetic databases which allow biologists to pursue new issues such as molecular evolution patterns.

  • af Wolfgang Jank
    849,95 kr.

    Business Analytics for Managers helps readers extract knowledge and actionable insight from real business data. The text emphasizes data-driven thinking and provides a quick-start guide to one of the most powerful software solutions available.

  • - The Art of Excavating Data for Knowledge Discovery
    af Graham Williams
    1.008,95 kr.

    The focus on doing data mining rather than just reading about data mining is refreshing.The book covers data understanding, data preparation, data refinement, model building, model evaluation, and practical deployment.

  • af Brian Everitt & Torsten Hothorn
    807,95 kr.

    The majority of data sets collected by researchers in all disciplines are multivariate, meaning that several measurements, observations, or recordings are taken on each of the units in the data set.

  • af Yuelin Li
    853,95 kr.

    This book is written for behavioral scientists who want to consider adding R to their existing set of statistical tools, or want to switch to R as their main computation tool.

  • af Jim Albert & Maria Rizzo
    1.008,95 kr.

    R functions are presented in the context of interesting applications with real data. The purpose of this book is to illustrate a range of statistical and probability computations using R for people who are learning, teaching, or using statistics.

  • af Jan Beyersmann, Arthur Allignol & Martin Schumacher
    996,95 kr.

    This book covers competing risks and multistate models, sometimes summarized as event history analysis. These models generalize the analysis of time to a single event (survival analysis) to analysing the timing of distinct terminal events (competing risks) and possible intermediate events (multistate models).

  • - Order-Restricted Analysis of Microarray Data
     
    571,95 kr.

    This volume provides user-friendly software and a GUI package to assist with microarray data analysis in early drug development. Each methodological issue is illustrated using real-world examples of early drug development dose-response microarray experiments.

  • af Raimon Tolosana-Delgado & K. Gerald van den Boogaart
    664,95 kr.

    This book presents the statistical analysis of compositional data sets, i.e., data in percentages, proportions, concentrations, etc.

  • - An Introduction
    af Andrew P. Robinson & Jeff D. Hamann
    862,95 kr.

    Forest Analytics with R combines practical, down-to-earth forestry data analysis and solutions to real forest management challenges with state-of-the-art statistical and data-handling functionality.

  • af Dirk Eddelbuettel
    901,95 kr.

    With Rcpp, the transfer of data between R and C++ is nearly seamless, and high-performance statistical computing is finally accessible to most R users. Rcpp permits users to pass scalars, vectors, matrices, list or entire R objects back and forth between R and C++ with ease.

  • - Multivariate Data Analysis in the Natural Sciences and Life Sciences
    af Ron Wehrens
    1.189,95 kr.

    "Chemometrics with R" offers readers an accessible introduction to the world of multivariate statistics in the life sciences, providing a complete description of the general data analysis paradigm, from exploratory analysis to modeling to validation. scripts, functions and data are available in a separate, publicly available R package.

  • af Christian Robert
    809,95 kr.

    Introducing Monte Carlo Methods with R covers the main tools used in statistical simulation from a programmer's point of view, explaining the R implementation of each simulation technique and providing the output for better understanding and comparison.

  • - A Case Study in Air Pollution and Health
    af Roger D. Peng & Francesca Dominici
    891,95 kr.

    As an area of statistical application, environmental epidemiology and more speci cally, the estimation of health risk associated with the exposure to - vironmental agents, has led to the development of several statistical methods and software that can then be applied to other scienti c areas.

  • af Julien Claude
    1.383,95 kr.

    This book aims to explain how to use R to perform morphometrics. Although there is an increasing number of computer applications that perform morphometrics, using R has several advantages that confer to users considerable power and possible new horizons in a world that requires rapid adaptability.

  • af Giovanni Petris, Sonia Petrone & Patrizia Campagnoli
    1.092,95 kr.

    State space models have gained tremendous popularity in recent years in as disparate fields as engineering, economics, genetics and ecology. After a detailed introduction to general state space models, this book focuses on dynamic linear models, emphasizing their Bayesian analysis.

  • af Christian Kleiber
    994,95 kr.

    R is a language and environment for data analysis and graphics. (2) R is free software that can be downloaded and installed at no cost from a family of mirror sites around the globe, the Comprehensive R Archive Network (CRAN);

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.