Learn R Programming

MultiATSM (version 0.3.6)

ParaLabels: Create the variable labels used in the estimation

Description

Create the variable labels used in the estimation

Usage

ParaLabels(ModelType, WishStationarityQ)

Value

list containing the features of the parameters that will be used in the estimation

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"

Examples

Run this code
ModelType <- "GVAR jointQ"
WishStationarityQ <- 1
ParaLabels(ModelType, WishStationarityQ)

Run the code above in your browser using DataLab