Learn R Programming

BSDA (version 0.1)

Freshman: Ages of a random sample of 30 college freshmen

Description

Data for Exercise 6.53

Usage

Freshman

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab