Homework
The solutions to the practice problems are at the end of the book and do not need to be handed in. Graded assignments should use the provided R markdown templates provided below. Data for the homework assignments, and for within the chapters too, can be downloaded here. Or alternatively all the data is included in the openintro
R packge (use the data(package = 'openintro')
command to list all the datasets available in that package). Right click on the “Template” link and choose “Save link as…” to save the R markdown file to your computer.
- Chapter 1 - Introduction to Data (Template)
- Chapter 2 - Summarizing Data (Template)
- Chapter 3 - Probability (Template)
- Chapter 4 - Distributions of Random Variables (Template)
- Chapter 5 - Foundations for Inference (Template)
- Chapter 6 - Inference for Categorical Data (Template)
- Chapter 7 - Inference for Numerical Data (Template)
- Chapter 8 - Introduction to Linear Regression (Template)
- Chapter 9 - Multiple and Logistic Regression (Template)