View source: R/GraphicalOutputs.R
| RiskFactorsGraphs | R Documentation |
Spanned and unspanned factors plot
RiskFactorsGraphs(
ModelType,
WishRFgraphs,
ModelOutputs,
Economies,
FactorLabels,
Folder2save,
verbose
)
ModelType |
character. Estimated model type. Permissible choices: "JPS original", "JPS global", "GVAR single", "JPS multi", "GVAR multi", "JLL original", "JLL No DomUnit", "JLL joint Sigma". |
WishRFgraphs |
logical. Set TRUE to generate graphs, FALSE otherwise. |
ModelOutputs |
list. Model parameter estimates (see |
Economies |
character vector. Names of the |
FactorLabels |
list. Labels for all variables in the model. |
Folder2save |
character. Folder path where the outputs will be stored. |
verbose |
logical. Flag controlling function messaging. |
- 'autoplot(object, type = "RiskFactors")'
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,
WishRFgraphs = FALSE, ParaSetEx, Economy, FacLab,
Folder2save = NULL, verbose = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.