dataAges {packClassic} | R Documentation |
This data.frame is a fake toy example made up to illustrate the inclusion of data in a package.
data(dataAges)
A data frame with 5 observations on the following 2 variables.
sex
F
H
, which
denote the gender of the subjectage
So simple, no detail are needed.
Fake data.
S4: From An Idea To Its Package
data(dataAges) str(dataAges)