.checkKuttner | R Documentation |
KuttnerModel
for consistency and validity.Checks the input variables for the procedure KuttnerModel
for consistency and validity.
.checkKuttner(
tsl,
trend,
cycle,
cycleLag,
errorARMA,
start,
end,
anchor,
anchor.h
)
tsl |
A list of time series objects, see details. |
trend |
A character string specifying the trend model. |
cycle |
A character string specifying the cycle model. |
cycleLag |
A non-negative integer specifying the maximum cycle lag that is included
in the inflation equation. The default is |
errorARMA |
A vector with non-negative integers specifying the AR and MA degree of the error term in the inflation equation. |
start |
(Optional) Start vector for the estimation, e.g. |
end |
(Optional) End vector for the estimation, e.g. |
anchor |
(Optional) Anchor value for the logarithm of trend gdp. |
anchor.h |
(Optional) Anchor horizon in the frequency of the given time series. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.