cps_onewaytabs: CPS variable labels and counts

cps_onewaytabsR Documentation

CPS variable labels and counts

Description

One summary of the CPS, by reporting all year-by-year raw counts of the microdata for main demographic variables. In other words, it tabulates all the unique values of each main variable, and shows its sample size.

Usage

cps_onewaytabs

Format

An object of class tbl_df (inherits from tbl, data.frame) with 3258 rows and 5 columns.

See Also

The Vignette on CPS.

variable

Name of the variable, as it appears in the CPS extract

year

Year of the November supplement

name

Name (or label) of the value in the November supplement

value

The integer value of the value in the value. The name and value together form the labelled class. See the vignette("derived") vignette.

n

Number of raw observations (sample size) in the November supplement of the CPS.

Examples

head(cps_onewaytabs)

kuriwaki/ccesMRPprep documentation built on July 27, 2023, 3:34 a.m.