WideFromCalibrate {CalibrateSSB} | R Documentation |
One row for each id and one column for each wave.
WideFromCalibrate(a, wave = NULL, id = NULL, subSet = NULL, extra = NULL)
a |
A calSSB object. That is, output from CalibrateSSB() or CalSSBobj(). |
wave |
Time or another repeat variable. |
id |
Identifier variable. |
subSet |
Grouping variable for splitting ouput. |
extra |
Dataset with extra variables not in |
When wave, id or extra is NULL, corresponding elements in the input object (a
) will be used if available,
Output has the same elements (+ extra) as input (a), but rearranged. When subSet is input otput is alist according to the subSet levels.
CalibrateSSB
, CalSSBobj
, PanelEstimation
.
# See examples in PanelEstimation and CalSSBobj