e-books in R Programming Language category
Tidy Modeling with Rby Max Kuhn, Julia Silge - O'Reilly Media , 2023
This book is a guide to using a collection of software in the R programming language for model building called 'tidymodels'. The book provides a practical introduction to how to use these specific R packages to create models.
(3224 views)
R for Data Scienceby Garrett Grolemund, Hadley Wickham - O'Reilly Media , 2016
This book will teach you how to do data science with R: You'll learn how to get your data into R, get it into the most useful structure, transform it, visualise it and model it. In this book, you will find a practicum of skills for data science.
(9918 views)
R Packages: Organize, Test, Document and Share Your Codeby Hadley Wickham - O'Reilly Media , 2016
This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham's package development philosophy. You'll work with devtools, roxygen, and testthat, a set of R packages.
(7775 views)
Exploratory Data Analysis with Rby Roger D. Peng - Leanpub , 2016
This book teaches you to use R to effectively visualize and explore complex datasets. Exploratory data analysis is a key part of the data science process because it allows you to sharpen your question and refine your modeling strategies.
(8787 views)
Just Enough R: Learn Data Analysis with R in a Dayby Sivakumaran Raman - Smashwords , 2017
Learn R programming for data analysis in a single day. The book aims to teach data analysis using R within a day to anyone who already knows some programming in any other language. The book has sample code which can be downloaded as a zip file.
(9363 views)
Efficient R Programmingby Colin Gillespie, Robin Lovelace - O'Reilly , 2016
The book is about increasing the amount of work you can do with R in a given amount of time. It's about both computational and programmer efficiency. It's for anyone who uses R and who wants to make their use of R more reproducible and faster.
(9388 views)
Statistics with Rby Vincent Zoonekynd , 2007
Contents: Introduction to R; Programming in R; From Data to Graphics; Customizing graphics; Factorial methods; Clustering; Probability Distributions; Estimators and Statistical Tests; Regression; Other regressions; Regression Problems; etc.
(10909 views)
Advanced R programmingby Hadley Wickham , 2013
The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks...
(13029 views)
The Art of R Programmingby Norman Matloff - UC Davis , 2009
This book is for those who wish to write code in R, as opposed to those who use R mainly for a sequence of separate, discrete statistical operations. The reader's level of programming background may range from professional to novice.
(16810 views)
Practical Regression and Anova using Rby Julian J. Faraway , 2002
The emphasis of this text is on the practice of regression and analysis of variance. The objective is to learn what methods are available and when they should be applied. Many examples are presented to clarify the use of the techniques.
(13337 views)
The R Infernoby Patrick Burns - Burns Statistics , 2011
If you don't know of 'The R Inferno', this revised edition is a book-length (intermediate level) explanation of a few trouble spots when using the R language. If you are using R and you think you're in hell, this is a map for you.
(18222 views)
Using R for Data Analysis and Graphicsby J H Maindonald - Australian National University , 2008
These notes are designed to allow individuals who have a basic grounding in statistical methodology to work through examples that demonstrate the use of R for a range of types of data manipulation, graphical presentation and statistical analysis.
(15619 views)
Using R for Introductory Statisticsby John Verzani - Chapman & Hall/CRC , 2004
A self-contained treatment of statistical topics and the intricacies of the R software. The book focuses on exploratory data analysis, includes chapters on simulation and linear models. It lays the foundation for further study and development using R.
(27293 views)
An Introduction to Rby W. N. Venables, D. M. Smith - Network Theory , 2008
Comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions, or using modules written in C, C++ or Fortran.
(31981 views)