Chapter 1: Introduction to Data
This set of labs teaches both conceptual ideas behind exploratory data analysis as well as the practical skills for working with data using computing software. The Golub Case Study and the Arenosa Case Study labs demonstrate how computing is essential for data analysis, in addition to illustrating the use of simple statistical ideas for exploring complex data.
Lab Notes
1. Introduction to Data
Introduces the basic commands for working with data, including those for manipulating dataframes, producing numerical and graphical summaries, and drawing pseudorandom samples. The questions in the last section focus on interpreting summaries and exploring relationships between variables.
R (Base), Useful Links
The statistical software R is a widely used and stable software that is free. RStudio is a user-friendly interface for R.