Learn R Programming

CalibrateSSB (version 1.0)

WideFromCalibrate: Rearrange output from CalibrateSSB. Ready for input to PanelEstimation.

Description

One row for each id and one column for each wave.

Usage

WideFromCalibrate(a,wave,id,subSet=NULL,extra=NULL)

Arguments

a

Output from CalibrateSSB

wave

Time or another repeat variable.

id

Identifier variable.

subSet

Grouping variable for splitting ouput.

extra

Dataset with extra variables not in a

Value

Output has the same elements (+ extra) as input (a), but rearranged. When subSet is input otput is a list according to the subSet levels.

Examples

Run this code
# NOT RUN {
# See examples in PanelEstimation
# }

Run the code above in your browser using DataLab