dataAges {packS4} | 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.
Christophe Genolini <genolini@u-paris10.fr>
Fake data.
Book: "Petit Manuel de Programmation Orientee Objet sous R"
data(dataAges) str(dataAges)