Learn R Programming

weightTAPSPACK (version 0.1)

variablesTAPS: Lists names of variables by wave

Description

Lists the names of the variables in the TAPS dataset for the wave(s) specified

Usage

variablesTAPS(month, year)

Arguments

month
A character vector specifying the first three letters of the month(s) of the wave(s) of interest
year
A numeric vector specifying the year(s) of the wave(s) desired. This vector MUST BE the same length of the month vector (one year per month specified)

Value

A list with the names of the variables per wave specified

See Also

weightTAPS weightTAPSPACK subsetTAPS weightTAPSoutput simpleWeight attritTAPS multipleImp hotdeckImp wavesTAPS

Examples

Run this code
variablesTAPS(month=c("Feb","Mar"), year=c(2012,2012))

Run the code above in your browser using DataLab