R: An Introduction
Get started with the most important tool in data science
R is a free, open-source, statistical programming language. It is also the single most important tool for data science, with the ability to quickly and efficiently carry out every step in the data science pathway. In this introductory course, you'll learn how to install R, the helper application RStudio, and several of the free packages that extend R's functionality. You'll learn how to enter and examine data, create basic data visualizations, and begin modeling your data with procedures like hierarchical clustering and multiple regression.
COMING SOON
Additional courses on R are in preparation and will be released soon for individual purchase or as a bundle of courses.
Welcome
Course Files
Installing R
RStudio
Packages
plot()
Bar charts
Histograms
Scatterplots
Overlaying plots
summary()
describe()
Selecting cases
Data formats
Factors
Entering data
Importing data
Hierarchical clustering
Principal components
Regression
Next steps
Barton Poulson