Speed | R Documentation |
Data for Exercise 7.58
Speed
A data frame/tibble with 15 observations on four variables
reading comprehension score before taking a speed-reading course
reading comprehension score after taking a speed-reading course
after - before (comprehension reading scores)
signed ranked differences
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
t.test(Speed$differ, alternative = "greater")
t.test(Speed$signranks, alternative = "greater")
wilcox.test(Pair(Speed$after, Speed$before) ~ 1, data = Speed, alternative = "greater")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.