Vocab {BSDA} | R Documentation |
Reading scores before and after vocabulary training for 14 employees who did not complete high school
Description
Data for Exercise 7.80
Usage
Vocab
Format
A data frame/tibble with 14 observations on two variables
- first
reading test score before formal vocabulary training
- second
reading test score after formal vocabulary training
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
t.test(Pair(Vocab$first, Vocab$second) ~ 1)
[Package BSDA version 1.2.2 Index]