caterplot_longRun | R Documentation |
opm
Model ParametersCreates side-by-side plots of equal-tailed credible intervals of opm
the long run effects parameters. The intervals are displayed as horizontal lines,
with 90% interval using a thicker line width and 95% interval a
thinner one. The posterior median is indicated with a dot.
caterplot_longRun( x, parm = NULL, main = "Caterpillar plot of long run effects", xlab = "Range of parameter samples", probs = c(0.025, 0.05, 0.5, 0.95, 0.975), labels = colnames(ranges) )
x |
an instance of class |
parm |
a specification of which parameters are to be plotted, a vector of names are the only legal values. If missing, all parameters are considered. |
main, xlab |
useful defaults for the plot title and X-axis label |
probs |
a vector specifying the quantiles, the defaults is 2.5%, 5%, 50%, 95%, and 97.5% quantiles |
labels |
labels for each parameter's interval: see |
A matrix of 2.5%, 5%, 50%, 95%, and 97.5% quantiles for each of the desired parameters, with model parameters arranged in columns.
## Not run: caterplot_longRun(o, main = NULL) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.