Learn R Programming

BSDA (version 1.01)

Freshman: Ages of a random sample of 30 college freshmen

Description

Data for Exercise 6.53

Usage

Freshman

Arguments

Format

A data frame with 30 observations on the following variable.

age

a numeric vector

Examples

Run this code
# NOT RUN {
str(Freshman)
attach(Freshman)
SIGN.test(age,md=19)
detach(Freshman)
# }

Run the code above in your browser using DataLab