Learn R Programming

packS4 (version 0.9.3)

dataAges: Toy data frame for packClassic and packS4

Description

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

Usage

data(dataAges)

Arguments

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.

Source

Fake data.

Details

So simple, no detail are needed.

References

Book: "Petit Manuel de Programmation Orientee Objet sous R"

Examples

Run this code
data(dataAges)
str(dataAges)

Run the code above in your browser using DataLab