Music | R Documentation |
Data for Exercise 7.59
Music
A data frame/tibble with 12 observations on three variables
a numeric vector measuring the improvement scores on a music recognition test
a numeric vector measuring the improvement scores on a music recognition test
method1
- method2
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
qqnorm(Music$differ)
qqline(Music$differ)
shapiro.test(Music$differ)
t.test(Music$differ)
## Not run:
library(ggplot2)
ggplot2::ggplot(data = Music, aes(x = differ)) +
geom_dotplot() +
theme_bw()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.