Selfdefe | R Documentation |
Data for Example 7.19
Selfdefe
A data frame/tibble with nine observations on three variables
number identifying the woman
before the course self-confidence score
after the course self-confidence score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Selfdefe$differ <- Selfdefe$after - Selfdefe$before
Selfdefe
t.test(Selfdefe$differ, alternative = "greater")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.