Question: Problem 3 (Verzani problem 2.32 modified) Write a function density_compare(' that fits a density estimate to a given data set and plots that estimate along

Problem 3 (Verzani problem 2.32 modified) Write a function density_compare(' that fits a density estimate to a given data set and plots that estimate along with the appropriate histogram of the given data set. Try your function with the data set pi2000 (UsingR). Why might you want to add an argument like breaks 0:10-.5 to hist() ? (Hint: read the documentation of hist() to see what setting this argument does). Feel free to add other parameters to your plot methods to see how they can be changed. Problem 3 (Verzani problem 2.32 modified) Write a function density_compare(' that fits a density estimate to a given data set and plots that estimate along with the appropriate histogram of the given data set. Try your function with the data set pi2000 (UsingR). Why might you want to add an argument like breaks 0:10-.5 to hist() ? (Hint: read the documentation of hist() to see what setting this argument does). Feel free to add other parameters to your plot methods to see how they can be changed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
