Introduction to the Dataset
This lesson is called Introduction to the Dataset, part of the Inferential Statistics with R course. This lesson is called Introduction to the Dataset, part of the Inferential Statistics with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Loading transcript...
Your Turn
You’ll be working with the college dataset to run all your analyses.
Create a new project. Make sure you put it somewhere you’ll be able to find it again later!
Download the dataset “college.csv” here.
Create a new R script file or RMarkdown document where you’ll do all of your inferential statistics. Alternatively, download the blank exercises document.
Import the spreadsheet into a dataframe
collegeusingreadr::read_csv()
Learn More
To learn more about the summarytools package, check out its vignette.
The grade_class variable in the dataset is not a factor, but could become one. To learn about factors, check out Chapter 15 of R for Data Science.
Course Content
21 Lessons