makegraph |
@all | All model variables. |
@endog | All endogenous model variables. |
@exog | All exogenous model variables. |
@addfactor | All add factor variables in the model. |
@overides | All currently overridden exogenous variables |
@excludes | All currently overridden endogenous variables |
a | Include actuals. |
c | Include comparison scenarios. |
d | Include deviations. |
n | Do not include active scenario (by default the active scenario is included). |
t= trans_type (default=level) | Transformation type: “level” (display levels in graph, “pch” (display percent change in graph), “pcha” (display percent change - annual rates - in graph), “pchy” (display 1-year percent change in graph), “dif” (display 1-period differences in graph), “dify” (display 1-year differences in graph). |
s=sol_type (default=“d”) | Solution type: “d” (deterministic), “m” (mean of stochastic), “s” (mean and ±2 std. dev. of stochastic), “b” (mean and confidence bounds of stochastic). |
g=grouping (default=“v”) | Grouping setting for graphs: “v” (group series in graph by model variable), “s” (group series in graph by scenario), “u” (ungrouped - each series in its own graph). |