R programming/statistics HW - You need to know how to use R Statistical software to answer the question

profileRicardo2222

NOTE: I will send the data file to your email since the website doesn't accept the type of file 

The data in the file “rabbit.dat” are the eosinophil counts taken from blood samples of 40 healthy rabbits. This can be read into R with:

        scan('rabbit.dat')

Instead of measuring variation by the standard deviation we consider the coefficient of variation (cv), which is the sample standard deviation divided by the sample mean. The cv does not depend on the units of measurement and measures variation relative to the size of a typical value.

  1. For this sample, what is the value of the cv?
  2. Write R code to bootstrap the sampling distribution of the cv. Include a histogram of this distribution here.
  3. Estimate the standard deviation of the sample cv.
  4. Find a 90\% confidence interval for the population cv.
    • 7 years ago
    • 20
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      bootstrap_calculations.docx