Learn R Programming

BSDA (version 1.01)

Achieve: Math achievement test scores by gender for 25 high school students

Description

Data used in Example 7.14 and Exercise 10.7

Usage

Achieve

Arguments

Format

A data frame with 25 observations on the following 4 variables.

Score

a numeric vector

Gender

a numeric vector

Female

a numeric vector

Male

a numeric vector

Examples

Run this code
# 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