.getXYcubs {RGAP} | R Documentation |
defines Y and X in the CUBS equation.
Description
defines Y and X in the CUBS equation.
Usage
.getXYcubs(stateSmoothed, model, cycleLag, cubsAR, names, trim = FALSE)
Arguments
stateSmoothed |
The smoothed states. |
model |
An object of class TFPmodel. |
cycleLag |
A non-negative integer specifying the maximum cycle lag that is included
in the CUBD equation. The default is |
cubsAR |
A non-negative integer specifying the maximum CUBS lag that is included
in the CUBS equation. The default is |
names |
The names of the columns. |
trim |
A logical indicating whether NAs should be trimmed. |
[Package RGAP version 0.1.1 Index]