Remedial | R Documentation |
Data for Exercise 7.43
Remedial
A data frame/tibble with 84 observations on two variables
a character variable with values female
and male
math placement score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(score ~ gender, data = Remedial,
col = c("purple", "blue"))
t.test(score ~ gender, data = Remedial, conf.level = 0.98)
t.test(score ~ gender, data = Remedial, conf.level = 0.98)$conf
wilcox.test(score ~ gender, data = Remedial,
conf.int = TRUE, conf.level = 0.98)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.