In: Math
Use R for coding
Fit a density estimate to the data set `pi2000` (**UsingR**). Compare with the appropriate histogram. Why might you want to add an argument like `breaks = 0:10-.5` to `hist()`?
I know this much code:
install.packages("UsingR")
library(UsingR)
data(pi2000)
if you put this in R a data set will appear