ageGrid: Creates an age grid according to a specified format.

Description Usage Arguments Value Author(s) Examples

Description

Creates an age grid according to a specified format.

Usage

1
ageGrid(grid = "compact")

Arguments

grid

A character string specifying one of the following: "compact", "classic", "extensive", "0-104w", "0-24m", "0-21y", "0-21yd" or "0-21yc". The default is "compact", which produces an age grid between 0 and 21 years with 95 points.

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

1
age <- ageGrid("classic")$year

AGD documentation built on May 1, 2019, 9:24 p.m.

Related to ageGrid in AGD...