Chapter 3 Multiple choice questions

Quiz Content

not completed
. Download the data file for the multiple-choice questions for Chapter 3, and open it in R. Inspect the data objects a and b. Which of the following best describes them?

not completed
. Plot a histogram of the Measure column of b. How do the data appear?

not completed
. Use the boxplot function to display the data stored in outlierdata. How would you describe the results?

not completed
. What is the standard deviation of outlierdata?

not completed
. Calculate Chauvenet's criterion using the function on page 28. Use it to identify the index and value of any outliers in outlierdata.

not completed
. The two columns of mvdata contain two different dependent variables. Use the mahalanobis function to calculate the squared Mahalanobis distance for each pair of points. The largest value is:

not completed
. Use the scale function to rescale the data in mvdata$DV2 by its standard deviation, but do not subtract the mean. The new mean after rescaling is:

not completed
. Conduct a Kolmogorov-Smirnov test on the data in b$Measure. What is the outcome?

not completed
. Calculate a square root transform of the data in b$Measure using the sqrt function, and repeat the Kolmogorov-Smirnov test on the transformed data. What is the outcome?

not completed
. Use the qqnorm and qqline functions to create a Q-Q plot of b$Measure. Which description is most accurate?

Back to top