499 results (0,70840 seconds)

Brand

Merchant

Price (EUR)

Reset filter

Products
From
Shops

R Markdown The Definitive Guide

R Markdown The Definitive Guide

R Markdown: The Definitive Guide is the first official book authored by the core R Markdown developers that provides a comprehensive and accurate reference to the R Markdown ecosystem. With R Markdown you can easily create reproducible data analysis reports presentations dashboards interactive applications books dissertations websites and journal articles while enjoying the simplicity of Markdown and the great power of R and other languages. In this book you will learn Basics: Syntax of Markdown and R code chunks how to generate figures and tables and how to use other computing languages Built-in output formats of R Markdown: PDF/HTML/Word/RTF/Markdown documents and ioslides/Slidy/Beamer/PowerPoint presentations Extensions and applications: Dashboards Tufte handouts xaringan/reveal. js presentations websites books journal articles and interactive tutorials Advanced topics: Parameterized reports HTML widgets document templates custom output formats and Shiny documents. Yihui Xie is a software engineer at RStudio. He has authored and co-authored several R packages including knitr rmarkdown bookdown blogdown shiny xaringan and animation. He has published three other books Dynamic Documents with R and knitr bookdown: Authoring Books and Technical Documents with R Markdown and blogdown: Creating Websites with R Markdown. J. J. Allaire is the founder of RStudio and the creator of the RStudio IDE. He is an author of several packages in the R Markdown ecosystem including rmarkdown flexdashboard learnr and radix. Garrett Grolemund is the co-author of R for Data Science and author of Hands-On Programming with R. He wrote the lubridate R package and works for RStudio as an advocate who trains engineers to do data science with R and the Tidyverse. | R Markdown The Definitive Guide

GBP 31.99
1

Using the R Commander A Point-and-Click Interface for R

The R Student Companion

The R Student Companion

R is the amazing free open-access software package for scientific graphs and calculations used by scientists worldwide. The R Student Companion is a student-oriented manual describing how to use R in high school and college science and mathematics courses. Written for beginners in scientific computation the book assumes the reader has just some high school algebra and has no computer programming background. The author presents applications drawn from all sciences and social sciences and includes the most often used features of R in an appendix. In addition each chapter provides a set of computational challenges: exercises in R calculations that are designed to be performed alone or in groups. Several of the chapters explore algebra concepts that are highly useful in scientific applications such as quadratic equations systems of linear equations trigonometric functions and exponential functions. Each chapter provides an instructional review of the algebra concept followed by a hands-on guide to performing calculations and graphing in R. R is intuitive even fun. Fantastic publication-quality graphs of data equations or both can be produced with little effort. By integrating mathematical computation and scientific illustration early in a student‘s development R use can enhance one's understanding of even the most difficult scientific concepts. While R has gained a strong reputation as a package for statistical analysis The R Student Companion approaches R more completely as a comprehensive tool for scientific computing and graphing.

GBP 175.00
1

Visualizing Surveys in R

Learn R As a Language

Learn R As a Language

Learning a computer language like R can be either frustrating fun or boring. Having fun requires challenges that wake up the learner’s curiosity but also provide an emotional reward on overcoming them. This book is designed so that it includes smaller and bigger challenges in what I call playgrounds in the hope that all readers will enjoy their path to R fluency. Fluency in the use of a language is a skill that is acquired through practice and exploration. Although rarely mentioned separately fluency in a computer programming language involves both writing and reading. The parallels between natural and computer languages are many but differences are also important. For students and professionals in the biological sciences humanities and many applied fields recognizing the parallels between R and natural languages should help them feel at home with R. The approach I use is similar to that of a travel guide encouraging exploration and describing the available alternatives and how to reach them. The intention is to guide the reader through the R landscape of 2020 and beyond. Features R as it is currently used Few prescriptive rules—mostly the author’s preferences together with alternatives Explanation of the R grammar emphasizing the R way of doing things Tutoring for programming in the small using scripts The grammar of graphics and the grammar of data described as grammars Examples of data exchange between R and the foreign world using common file formats Coaching for becoming an independent R user capable of both writing original code and solving future challenges What makes this book different from others: Tries to break the ice and help readers from all disciplines feel at home with R Does not make assumptions about what the reader will use R for Attempts to do only one thing well: guide readers into becoming fluent in the R language Pedro J. Aphalo is a PhD graduate from the University of Edinburgh and is currently a lecturer at the University of Helsinki. A plant biologist and agriculture scientist with a passion for data electronics computers and photography in addition to plants Dr. Aphalo has been a user of R for 25 years. He first organized an R course for MSc students 18 years ago and is the author of 13 R packages currently in CRAN. | Learn R As a Language

GBP 56.99
1

Advanced R Second Edition

Advanced R Second Edition

Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language and programmers experienced in other languages who want to understand what makes R different and special. This book will teach you the foundations of R; three fundamental programming paradigms (functional object-oriented and metaprogramming); and powerful techniques for debugging and optimisingyour code. By reading this book you will learn: The difference between an object and its name and why the distinction is important The important vector data structures how they fit together and how you can pull them apart using subsetting The fine details of functions and environments The condition system which powers messages warnings and errors The powerful functional programming paradigm which can replace many for loops The three most important OO systems: S3 S4 and R6 The tidy eval toolkit for metaprogramming which allows you to manipulate code and control evaluation Effective debugging techniques that you can deploy regardless of how your code is run How to find and remove performance bottlenecks The second edition is a comprehensive update: New foundational chapters: Names and values Control flow and Conditions comprehensive coverage of object oriented programming with chapters on S3 S4 R6 and how to choose between them Much deeper coverage of metaprogramming including the new tidy evaluation framework use of new package like rlang (http://rlang. r-lib. org) which provides a clean interface to low-level operations and purr (http://purrr. tidyverse. org/) for functional programming Use of color in code chunks and figuresHadley Wickham is Chief Scientist at RStudio an Adjunct Professor at Stanford University and the University of Auckland and a member of the R Foundation. He is the lead developer of the tidyverse a collection of R packages including ggplot2 and dplyr designed to support data science. He is also the author of R for Data Science (with Garrett Grolemund) R Packages and ggplot2: Elegant Graphics for Data Analysis. | Advanced R Second Edition

GBP 48.99
1

Computational Methods for Numerical Analysis with R

R Markdown Cookbook

R For College Mathematics and Statistics

An R Companion to Linear Statistical Models

Rasch Measurement Theory Analysis in R

Graphical Data Analysis with R

Using the Rorschach Performance Assessment System (R-PAS )

Optimization Modelling Using R

Optimization Modelling Using R

This book covers using R for doing optimization a key area of operations research which has been applied to virtually every industry. The focus is on linear and mixed integer optimization. It uses an algebraic modeling approach for creating formulations that pairs naturally with an algebraic implementation in R. With the rapid rise of interest in data analytics a data analytics platform is key. Working technology and business professionals need an awareness of the tools and language of data analysis. R reduces the barrier to entry for people to start using data analytics tools. Philosophically the book emphasizes creating formulations before going intoimplementation. Algebraic representation allows for clear understanding and generalizationof large applications and writing formulations is necessary to explain and convey the modeling decisions made. Appendix A introduces R. Mathematics is used at the level of subscripts and summations Refreshers are provided in Appendix B. This book: • Provides and explains code so examples are relatively clear and self-contained. • Emphasizes creating algebraic formulations before implementing. • Focuses on application rather than algorithmic details. • Embodies the philosophy of reproducible research. • Uses open-source tools to ensure access to powerful optimization tools. • Promotes open-source: all materials are available on the author’s github repository. • Demonstrates common debugging practices with a troubleshooting emphasis specific to optimization modeling using R. • Provides code readers can adapt to their own applications. This book can be used for graduate and undergraduate courses for students without a background in optimization and with varying mathematical backgrounds. | Optimization Modelling Using R

GBP 82.99
1

Exploratory Data Analysis Using R

Exploratory Data Analysis Using R

Exploratory Data Analysis Using R provides a classroom-tested introduction to exploratory data analysis (EDA) and introduces the range of interesting – good bad and ugly – features that can be found in data and why it is important to find them. It also introduces the mechanics of using R to explore and explain data. The book begins with a detailed overview of data exploratory analysis and R as well as graphics in R. It then explores working with external data linear regression models and crafting data stories. The second part of the book focuses on developing R programs including good programming practices and examples working with text data and general predictive models. The book ends with a chapter on keeping it all together that includes managing the R installation managing files documenting and an introduction to reproducible computing. The book is designed for both advanced undergraduate entry-level graduate students and working professionals with little to no prior exposure to data analysis modeling statistics or programming. it keeps the treatment relatively non-mathematical even though data analysis is an inherently mathematical subject. Exercises are included at the end of most chapters and an instructor's solution manual is available. About the Author:Ronald K. Pearson holds the position of Senior Data Scientist with GeoVera a property insurance company in Fairfield California and he has previously held similar positions in a variety of application areas including software development drug safety data analysis and the analysis of industrial process data. He holds a PhD in Electrical Engineering and Computer Science from the Massachusetts Institute of Technology and has published conference and journal papers on topics ranging from nonlinear dynamic model structure selection to the problems of disguised missing data in predictive modeling. Dr. Pearson has authored or co-authored books including Exploring Data in Engineering the Sciences and Medicine (Oxford University Press 2011) and Nonlinear Digital Filtering with Python. He is also the developer of the DataCamp course on base R graphics and is an author of the datarobot and GoodmanKruskal R packages available from CRAN (the Comprehensive R Archive Network).

GBP 44.99
1

Geocomputation with R

Geocomputation with R

Geocomputation with R is for people who want to analyze visualize and model geographic data with open source software. It is based on R a statistical programming language that has powerful data processing visualization and geospatial capabilities. The book equips you with the knowledge and skills to tackle a wide range of issues manifested in geographic data including those with scientific societal and environmental implications. This book will interest people from many backgrounds especially Geographic Information Systems (GIS) users interested in applying their domain-specific knowledge in a powerful open source language for data science and R users interested in extending their skills to handle spatial data. The book is divided into three parts: (I) Foundations aimed at getting you up-to-speed with geographic data in R (II) extensions which covers advanced techniques and (III) applications to real-world problems. The chapters cover progressively more advanced topics with early chapters providing strong foundations on which the later chapters build. Part I describes the nature of spatial datasets in R and methods for manipulating them. It also covers geographic data import/export and transforming coordinate reference systems. Part II represents methods that build on these foundations. It covers advanced map making (including web mapping) bridges to GIS sharing reproducible code and how to do cross-validation in the presence of spatial autocorrelation. Part III applies the knowledge gained to tackle real-world problems including representing and modeling transport systems finding optimal locations for stores or services and ecological modeling. Exercises at the end of each chapter give you the skills needed to tackle a range of geospatial problems. Solutions for each chapter and supplementary materials providing extended examples are available at https://geocompr. github. io/geocompkg/articles/. Dr. Robin Lovelace is a University Academic Fellow at the University of Leeds where he has taught R for geographic research over many years with a focus on transport systems. Dr. Jakub Nowosad is an Assistant Professor in the Department of Geoinformation at the Adam Mickiewicz University in Poznan where his focus is on the analysis of large datasets to understand environmental processes. Dr. Jannes Muenchow is a Postdoctoral Researcher in the GIScience Department at the University of Jena where he develops and teaches a range of geographic methods with a focus on ecological modeling statistical geocomputing and predictive mapping. All three are active developers and work on a number of R packages including stplanr sabre and RQGIS.

GBP 44.99
1

R Companion for Sampling Design and Analysis Third Edition

Applied Meta-Analysis with R and Stata

Applied Meta-Analysis with R and Stata

Review of the First Edition: The authors strive to reduce theory to a minimum which makes it a self-learning text that is comprehensible for biologists physicians etc. who lack an advanced mathematics background. Unlike in many other textbooks R is not introduced with meaningless toy examples; instead the reader is taken by the hand and shown around some analyses graphics and simulations directly relating to meta-analysis… A useful hands-on guide for practitioners who want to familiarize themselves with the fundamentals of meta-analysis and get started without having to plough through theorems and proofs. —Journal of Applied Statistics Statistical Meta-Analysis with R and Stata Second Edition provides a thorough presentation of statistical meta-analyses (MA) with step-by-step implementations using R/Stata. The authors develop analysis step by step using appropriate R/Stata functions which enables readers to gain an understanding of meta-analysis methods and R/Stata implementation so that they can use these two popular software packages to analyze their own meta-data. Each chapter gives examples of real studies compiled from the literature. After presenting the data and necessary background for understanding the applications various methods for analyzing meta-data are introduced. The authors then develop analysis code using the appropriate R/Stata packages and functions. What’s New in the Second Edition: Adds Stata programs along with the R programs for meta-analysis Updates all the statistical meta-analyses with R/Stata programs Covers fixed-effects and random-effects MA meta-regression MA with rare-event and MA-IPD vs MA-SS Adds five new chapters on multivariate MA publication bias missing data in MA MA in evaluating diagnostic accuracy and network MA Suitable as a graduate-level text for a meta-data analysis course the book is also a valuable reference for practitioners and biostatisticians (even those with little or no experience in using R or Stata) in public health medical research governmental agencies and the pharmaceutical industry. | Applied Meta-Analysis with R and Stata

GBP 44.99
1

Applications of Regression for Categorical Outcomes Using R

Applications of Regression for Categorical Outcomes Using R

This book covers the main models within the GLM (i. e. logistic Poisson negative binomial ordinal and multinomial). For each model estimations interpretations model fit diagnostics and how to convey results graphically are provided. There is a focus on graphic displays of results as these are a core strength of using R for statistical analysis. Many in the social sciences are transitioning away from using Stata SPSS and SAS to using R and this book uses statistical models which are relevant to the social sciences. Social Science Applications of Regression for Categorical Outcomes Using R will be useful for graduate students in the social sciences who are looking to expand their statistical knowledge and for Quantitative social scientists due to it’s ability to act as a practitioners guide. Key Features: Applied- in the sense that we will provide code that others can easily adapt Flexible- R is basically just a fancy calculator. Our programs will enable users to derive quantities that they can use in their work Timely- many in the social sciences are currently transitioning to R or are learning it now. Our book will be a useful resource Versatile- we will write functions into an R package that can be applied to all of the regression models we will cover in the book Aesthetically pleasing- one advantage of R relative to other software packages is that graphs are fully customizable. We will leverage this feature to yield high-end graphical displays of results Affordability- R is free. R packages are free. There is no need to purchase site licenses or updates.

GBP 59.99
1

bookdown Authoring Books and Technical Documents with R Markdown

bookdown Authoring Books and Technical Documents with R Markdown

bookdown: Authoring Books and Technical Documents with R Markdown presents a much easier way to write books and technical publications than traditional tools such as LaTeX and Word. The bookdown package inherits the simplicity of syntax and flexibility for data analysis from R Markdown and extends R Markdown for technical writing so that you can make better use of document elements such as figures tables equations theorems citations and references. Similar to LaTeX you can number and cross-reference these elements with bookdown. Your document can even include live examples so readers can interact with them while reading the book. The book can be rendered to multiple output formats including LaTeX/PDF HTML EPUB and Word thus making it easy to put your documents online. The style and theme of these output formats can be customized. We used books and R primarily for examples in this book but bookdown is not only for books or R. Most features introduced in this book also apply to other types of publications: journal papers reports dissertations course handouts study notes and even novels. You do not have to use R either. Other choices of computing languages include Python C C plus plus SQL Bash Stan JavaScript and so on although R is best supported. You can also leave out computing for example to write a fiction. This book itself is an example of publishing with bookdown and R Markdown and its source is fully available on GitHub. | bookdown Authoring Books and Technical Documents with R Markdown

GBP 89.99
1

Data Mining with R Learning with Case Studies Second Edition

Data Mining with R Learning with Case Studies Second Edition

Data Mining with R: Learning with Case Studies Second Edition uses practical examples to illustrate the power of R and data mining. Providing an extensive update to the best-selling first edition this new edition is divided into two parts. The first part will feature introductory material including a new chapter that provides an introduction to data mining to complement the already existing introduction to R. The second part includes case studies and the new edition strongly revises the R code of the case studies making it more up-to-date with recent packages that have emerged in R. The book does not assume any prior knowledge about R. Readers who are new to R and data mining should be able to follow the case studies and they are designed to be self-contained so the reader can start anywhere in the document. The book is accompanied by a set of freely available R source files that can be obtained at the book’s web site. These files include all the code used in the case studies and they facilitate the do-it-yourself approach followed in the book. Designed for users of data analysis tools as well as researchers and developers the book should be useful for anyone interested in entering the world of R and data mining. About the AuthorLuís Torgo is an associate professor in the Department of Computer Science at the University of Porto in Portugal. He teaches Data Mining in R in the NYU Stern School of Business’ MS in Business Analytics program. An active researcher in machine learning and data mining for more than 20 years Dr. Torgo is also a researcher in the Laboratory of Artificial Intelligence and Data Analysis (LIAAD) of INESC Porto LA. | Data Mining with R Learning with Case Studies Second Edition

GBP 44.99
1

Stochastic Processes with R An Introduction

Doing Meta-Analysis with R A Hands-On Guide

Nonparametric Statistical Methods Using R