LabFac | R Documentation |
Generates the labels factors
LabFac(N, DomVar, GlobalVar, Economies, ModelType)
N |
Integer. Number of country-specific spanned factors. |
DomVar |
A character vector containing the names of the domestic variables. |
GlobalVar |
A character vector containing the names of the global variables. |
Economies |
A character vector containing the names of the economies included in the system. |
ModelType |
A character vector indicating the model type to be estimated. |
List containing the risk factor labels
N <- 2
DomVar <- c("inflation", "Output gap")
GlobalVar <- "Commodity Prices"
Economies <- c("U.S.", "Canada", "Germany", "Japan")
ModelType <- "JPS original"
VarLabels <- LabFac(N, DomVar, GlobalVar, Economies, ModelType)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.