Learn R Programming

MultiATSM (version 1.3.0)

LabFac: Generates the labels factors

Description

Generates the labels factors

Usage

LabFac(N, DomVar, GlobalVar, Economies, ModelType)

Value

List containing the risk factor labels

Arguments

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.

Examples

Run this code
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)

Run the code above in your browser using DataLab