Learn R Programming

BSDA (version 1.01)

Remedial: Math placement test score for 35 freshmen females and 42 freshmen males

Description

Data for Exercise 7.43

Usage

Remedial

Arguments

Format

A data frame with 42 observations on the following 2 variables.

female

a numeric vector

male

a numeric vector

Examples

Run this code
# NOT RUN {
str(Remedial)
attach(Remedial)
boxplot(female,male,col=c("blue","red"))
wilcox.test(female,male,conf.int=TRUE)
t.test(female,male)
detach(Remedial)
# }

Run the code above in your browser using DataLab