View source: R/GraphicalOutputs.R
| Fitgraphs | R Documentation |
Model fit graphs for all models
Fitgraphs(
ModelType,
WishFitgraphs,
ModelPara,
NumOut,
Economies,
PathsGraphs,
Folder2save,
verbose
)
ModelType |
character. Estimated model type. |
WishFitgraphs |
logical. Set TRUE to generate fit graphs, FALSE otherwise. |
ModelPara |
list. Model parameter estimates (see |
NumOut |
list. Outputs containing model fit, IRFs, FEVDs, GIRFs, GFEVDs and Term premia. |
Economies |
character vector. Names of the economies included in the system. |
PathsGraphs |
character. Path of the folder in which the graphs will be saved. |
Folder2save |
character. Desired folder path to save outputs. |
verbose |
logical. Flag controlling function messaging. |
- 'autoplot(object, type = "Fit")'
data("ParaSetEx")
data("NumOutEx")
ModelType <- "JPS original"
Economy <- "Brazil"
Fitgraphs(ModelType,
WishFitgraphs = TRUE, ParaSetEx, NumOutEx, Economy, PathsGraphs = NULL,
Folder2save = NULL, verbose = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.