Learn R Programming

growfunctions (version 0.1)

cps: Monthly employment counts from 1990 - 2013 from the Current Population Survey

Description

Monthly employment counts published by the U.S. Bureau of Labor Statistics in the Current Population Survey (CPS) for each of N = 51 states (including the District of Columbia). This dataset covers T = 278 months from 1990 the first two months of 2013. The data include a {N x T} matrix, y_raw, of raw employment counts, as well as set of standardized values, y, where the standardization is done within state. The standardized data matrix is used in our gpdpgrow and gmrfdpgrow estimating functions because the standardization facilitates comparisons of the time-series across states.

Usage

cps

Arguments

format

A list object of 5 objects supporting a data matrix of N = 51 state time series for T = 278 months.

Details

  • y. An(N = 51) x (T = 278)matrix of standardized employment count estimates forN = 51states forT = 278months, beginning in 1990. The counts are standardized to (0,1) for each state series
  • y_raw. AnN x Tmatrix of estimated monthly employment counts forN = 51states.
  • st. Two-digit labels for each of theNstates in the order presented inyandy_raw.
  • dte. ADatevector of length {T} that presents the set of dates (iny-m-dformat) associated to theTtime points presented inyandy_raw.
  • yr. A number vector listing sequence of years,1990 - 2013included in the data set.
  • yr_label. A numerical vector of lengthT = 278with year labels for each monthly employment count in thecpsdata set.