.checkNawru {RGAP} | R Documentation |
Checks the input variables for the procedure NAWRUmodel
for consistency and
validity.
Description
Checks the input variables for the procedure NAWRUmodel
for consistency and
validity.
Usage
.checkNawru(
tsl,
trend,
cycle,
type,
cycleLag,
errorARMA,
exoNames,
exoType,
start,
end,
anchor,
anchor.h
)
Arguments
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. |
type |
A character string specifying the type of the Phillip's curve.
|
cycleLag |
A vector specifying the cycle lags that are included in the Phillip's
curve. The default is |
errorARMA |
A vector with non-negative integers specifying the AR and MA degree of the error term in the Phillip's curve equation. |
exoNames |
A character vector containing the names of the exogenous variables. |
exoType |
An optional |
start |
(Optional) Start vector for the estimation, e.g. |
end |
(Optional) End vector for the estimation, e.g. |
anchor |
(Optional) Anchor value for the unemployment rate. |
anchor.h |
(Optional) Anchor horizon in the frequency of the given time series. |