Movie | R Documentation |
Data for Exercise 7.53
Movie
A data frame/tibble with 12 observations on three variables
moral aptitude before viewing the movie
moral aptitude after viewing the movie
a numeric vector
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
qqnorm(Movie$differ)
qqline(Movie$differ)
shapiro.test(Movie$differ)
t.test(Movie$differ, conf.level = 0.99)
wilcox.test(Movie$differ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.