Achieve {BSDA}R Documentation

Math achievement test scores by gender for 25 high school students

Description

Data used in Example 7.14 and Exercise 10.7

Usage

Achieve

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

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Achieve)
attach(Achieve)
anova(lm(Score~Gender))
t.test(Female,Male,var.equal=TRUE)
detach(Achieve)

[Package BSDA version 0.1 Index]