Labs

These mini projects will have you explore statistical topics using R. You can use the startLab function in the DATA606 package to get started, or copy the templates from the links below. Please submit a PDF (preferred) or HTML file along with your Rmarkdown file. Be sure to answer all questions in lab, not just the on your own section. Labs should be submitted on Blackboard.

Here are the commands you can use to start the labs (note change Lab1 to the appropriate lab number).

library(DATA606)
getLabs() # This will list all the labs available
startLab('Lab1') # This will copy the lab folder to your working directory
  1. Introduction to R and RStudio
  2. Introduction to Data
  3. Probability
  4. Distributions of Random Variables
  5. Foundations for Statistical Inference
    1. Sampling Distributions
    2. Confidence Levels
  6. Inference for Categorical Data
  7. Inference for Numerical Data
  8. Introduction to Linear Regression
  9. Multiple Linear Regerssion