rbind_period: Bind monthly datasets together

Description Usage Arguments See Also Examples

View source: R/CPS_utils.R

Description

Bind monthly datasets together

Usage

1
rbind_period(startingmonth = "200501", endmonth = "201201", variables = NULL)

Arguments

list.tables

a list of tables

w

a character string: name of the weights variable (should be the same in all tables)

list.y

a vector of variable names

id

a character string: name of the identifier variable (should be the same in all tables)

groupvar

a character string: name of the rotation group variable (should be the same in all tables)

groups_1

a character string:

groups0

if groupvar is not null, a vector of possible values for L[[groupvar]]

See Also

CompositeRegressionEstimation::AK

Examples

1
rbind_period(startingmonth="200501",endmonth="200503",c("pemlr","pwsswgt"))

DanielBonnery/dataCPS documentation built on April 26, 2020, 3:45 p.m.