Freshman {BSDA}R Documentation

Ages of a random sample of 30 college freshmen

Description

Data for Exercise 6.53

Usage

Freshman

Format

A data frame with 30 observations on the following variable.

age
a numeric vector

Source

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

Examples

str(Freshman)
attach(Freshman)
sign.test(age,md=19)
detach(Freshman)

[Package BSDA version 0.1 Index]