ageGrid {AGD} | R Documentation |
Creates an age grid according to a specified format.
Description
Creates an age grid according to a specified format.
Usage
ageGrid(grid = "compact")
Arguments
grid |
A character string specifying one of the following:
|
Value
A list with five components: format
, year
,
month
, week
and day
containing the age grid in different
units.
Author(s)
Stef van Buuren, 2010
Examples
age <- ageGrid("classic")$year
[Package AGD version 0.45.0 Index]