Skip to content

A companion set of problem sets for Crash Course Statistics on Youtube

Notifications You must be signed in to change notification settings

elisehellwig/CC_Statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC_Statistics

Companion problem sets for Crash Course Statistics, which can also be found on Youtube.

This series of problem sets is designed to be a companion to the Crash Course Statistics Youtube video series. It is designed for students who have some experience with python, but no experience with pandas or matplotlib. It is not finished as of yet, but I will update it as I am able. The first 6 problem sets were created in Rmarkdown using reticulate for the python code. However, after problem set 6, I discovered you could do something similar with python and Quarto. So starting at problem set 7, I generate the problems sets using the quarto extension of Visual Studio Code. At some point I will go back and transition the first six problem sets to Quarto, but that is a task for a later date.

Required Packages

R Packages (PS1-6)

rmarkdown, knitr, reticulate

Python

numpy, pandas, matplotlib, random

Data

I would encourage you to pick your own data set to use for these problem sets. However, the data used as an example are Housing Prices in New England.

About

A companion set of problem sets for Crash Course Statistics on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages