Learn R Programming

BSDA (version 1.01)

Spellers: Standardized spelling test scores for two fourth grade classes

Description

Data for Exercise 7.82

Usage

Spellers

Arguments

Format

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

Fourth

a numeric vector

Colleag

a numeric vector

Examples

Run this code
# NOT RUN {
str(Spellers)
attach(Spellers)
t.test(Fourth,Colleag,alternative="greater")
detach(Spellers)
# }

Run the code above in your browser using DataLab