WideFromCalibrate {CalibrateSSB} | R Documentation |
Rearrange output from CalibrateSSB (calSSB object). Ready for input to PanelEstimation.
Description
One row for each id and one column for each wave.
Usage
WideFromCalibrate(a, wave = NULL, id = NULL, subSet = NULL, extra = NULL)
Arguments
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 |
Details
When wave, id or extra is NULL, corresponding elements in the input object (a
) will be used if available,
Value
Output has the same elements (+ extra) as input (a), but rearranged. When subSet is input otput is alist according to the subSet levels.
See Also
CalibrateSSB
, CalSSBobj
, PanelEstimation
.
Examples
# See examples in PanelEstimation and CalSSBobj
[Package CalibrateSSB version 1.3.0 Index]