Graded assignment

Find a dataset and create and form, build and perform an Exploratory Data Analysis.

You can use data from anywhere. For example, you may use Google dataset search, Kaggle datasets, a dataset from an R package, or something you collected yourself.

Requirements

Other languages: If you are fluent in another programming language, then feel free to use that languages where possible. But, we require you to follow the scope of the course. So do your plots in the grammar of graphics way, make sure that what you do is statistically valid, etc. FWIW: In RStudio you can directly include code chunks into your .Rmd file for the following languages: R, Bash, D3, Python, C (Rcpp), SQL and Stan.

Format: GitHub submission of an RStudio project folder

HINT: If you create an RStudio Project - all files are root dependent on the .Rproj file. This avoids file path errors that are local machine dependent.