ParaLabels {MultiATSM} | R Documentation |
Create the variable labels used in the estimation
Description
Create the variable labels used in the estimation
Usage
ParaLabels(ModelType, WishStationarityQ)
Arguments
ModelType |
a string-vector containing the label of the model to be estimated |
WishStationarityQ |
User must set "1" is she whises to impose the largest eigenvalue under the Q to be strictly smaller than 1. Otherwise set "0" |
Value
list containing the features of the parameters that will be used in the estimation
Examples
ModelType <- "GVAR jointQ"
WishStationarityQ <- 1
ParaLabels(ModelType, WishStationarityQ)
[Package MultiATSM version 0.3.6 Index]