Efficient R Programming
by Colin Gillespie, Robin Lovelace
Publisher: O'Reilly 2016
ISBN/ASIN: 1491950781
ISBN-13: 9781491950784
Number of pages: 150
Description:
Efficient R Programming 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. This book is for anyone who uses R and who wants to make their use of R more reproducible, scalable, and faster.
Download or read it online for free here:
Read online
(online html)
Similar books
Using R for Data Analysis and Graphicsby J H Maindonald - Australian National University
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.
(15583 views)
The R Infernoby Patrick Burns - Burns Statistics
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.
(18182 views)
Tidy Modeling with Rby Max Kuhn, Julia Silge - O'Reilly Media
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.
(3179 views)
R Packages: Organize, Test, Document and Share Your Codeby Hadley Wickham - O'Reilly Media
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.
(7745 views)