powered by
Data used in Example 7.14 and Exercise 10.7
Achieve
A data frame with 25 observations on the following 4 variables.
Score
a numeric vector
Gender
Female
Male
# NOT RUN { str(Achieve) attach(Achieve) anova(lm(Score~Gender)) t.test(Female,Male,var.equal=TRUE) detach(Achieve) # }
Run the code above in your browser using DataLab