Step | R Documentation |
Data for Exercise 6.79
Step
A data frame/tibble with 12 observations on one variable
State test of educational progress (STEP) science test score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
EDA(Step$score)
t.test(Step$score, mu = 80, alternative = "less")
wilcox.test(Step$score, mu = 80, alternative = "less")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.