8.2 Meeting Videos

8.2.1 Cohort 1

8.2.2 Cohort 2

Meeting chat log
00:47:15    Ryan Honomichl: # Kernel Density Plot
d <- density(mtcars$mpg) # returns the density data
plot(d) # plots the results