Learn R Programming

MultiATSM (version 1.4.0)

RiskFactorsGraphs: Spanned and unspanned factors plot

Description

Spanned and unspanned factors plot

Usage

RiskFactorsGraphs(
  ModelType,
  ModelOutputs,
  Economies,
  FactorLabels,
  Folder2save
)

Arguments

ModelType

A character vector indicating the estimated model type

ModelOutputs

list of model parameter estimates (see the Optimization function)

Economies

A character vector containing the names of the economies included in the system.

FactorLabels

A character vector indicating the model type to be estimated.

Folder2save

Folder path where the outputs will be stored.

Available Methods

- `autoplot(object, type = "RiskFactors")`

Examples

Run this code
data("ParaSetEx")
# Adapt factor labels according to the example
ModelType <- "JPS original"
Economy <- "Brazil"
FacLab <- LabFac(N = 1, DomVar ="Eco_Act" , GlobalVar = "Gl_Eco_Act", Economy, ModelType)

RiskFactorsGraphs(ModelType, ModelParaEx, Economy, FacLab, Folder2save = NULL)

Run the code above in your browser using DataLab