dataAges {packClassic}R Documentation

Toy data frame for packClassic

Description

This data.frame is a fake toy example made up to illustrate the inclusion of data in a package.

Usage

data(dataAges)

Format

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

sex
a factor with levels F H, which denote the gender of the subject
age
a numeric vector for teh age.

Details

So simple, no detail are needed.

Source

Fake data.

References

S4: From An Idea To Its Package

Examples

data(dataAges)
str(dataAges)

[Package packClassic version 0.5 Index]