powered by
Data for Exercise 7.56
Spelling
A data frame/tibble with nine observations on three variables
spelling score before a 2-week course of instruction
spelling score after a 2-week course of instruction
after - before (spelling score)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
qqnorm(Spelling$differ) qqline(Spelling$differ) shapiro.test(Spelling$differ) t.test(Spelling$differ)
Run the code above in your browser using DataLab