Achieve {BSDA} | R Documentation |
Data used in Example 7.14 and Exercise 10.7
Achieve
A data frame with 25 observations on the following 4 variables.
Score
Gender
Female
Male
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Achieve) attach(Achieve) anova(lm(Score~Gender)) t.test(Female,Male,var.equal=TRUE) detach(Achieve)