Description Usage Arguments Details Value See Also Examples
One row for each id and one column for each wave.
1 | 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
.
1 | # See examples in PanelEstimation and CalSSBobj
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.