June 2022
Beginner
528 pages
10h 39m
English
Data science is as much about manipulating data as it is about fitting models to data. Data rarely arrives in a form that we can directly feed into the statistical models or machine learning algorithms we want to analyze them with. The first stages of data analysis are almost always figuring out how to load the data into R and then figuring out how to transform it into a shape you can readily analyze.
There are some data sets already built into R or available in R packages. Those are useful for learning how to use new methods—if you already know a data set and what it can ...