atus80ord: Ordinal Events Subset of the American Time Use Survey

Description Usage Format Details Source Examples

Description

Event histories from respondents over the age of 80 in the pooled 2003–2008 American Time Use Survey.

Usage

1

Format

A data frame with 62,352 observations on the following 3 variables.

Activities

Type of activity spell. See details.

TUCASEID

Respondent unique identification number.

SEX

Sex of respondent. 1=Males.

Details

Each activity was recoded into a general activity class with 14 possible values (including “missing” as NA).

Source

Bureau of Labor Statistics. The American Time Use Survey. Available online at: http://www.bls.gov/tus/.

Examples

1
2
3
data(atus80ord)
#Activity Spell Frequencies by Sex
table(atus80ord$Activities,atus80ord$SEX)

informR documentation built on May 1, 2019, 9:22 p.m.