Web Links - R programming

Sort by

Advanced R

978 | No comment | R , R programming , eBook No note
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 and shows how some... [Read more]

Lesser known dplyr tricks

853 | No comment | dplyr , R programming No note
Contents:
- Removing unneeded columns
- Re-ordering columns
- Renaming columns with rename()
- Selecting columns with a regexp
- Create new columns with mutate() and if_else()
- Apply a function to certain columns only,... [Read more]

R for Data Science

880 | No comment | R , R programming , eBook No note
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... [Read more]

R in Action: Data Analysis and Graphics with R

2055 | No comment | R , R programming


R in Action, Second Edition presents both the R language and the examples that make it so useful for business developers. Focusing on practical solutions, the book offers a crash course in statistics and covers elegant methods for dealing with messy and incomplete data that are difficult to analyze using traditional methods.

R Packages

894 | No comment | R , R programming , eBook No note
This book will teach you how to create an R package.

Contents:

1. Getting started
- Introduction
- Package structure

2. Package components
- Code (R/)
- Package metadata... [Read more]