longRunEffects | R Documentation |
opm
Model ParametersComputes long run effects and confidence intervals of opm
Model Parameters
longRunEffects(opm_obj, parm = NULL, probs = c(0.025, 0.5, 0.975))
opm_obj |
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. |
probs |
a vector of specified quantiles, by default, the c(0.025,0.5,0.975) are (" |
A matrix with quantiles on the rows, with number of rows specified as length of the probs
vector for the specified quantiles, with covariates on the columns
## Not run: longRunEffects(opm_obj) longRunEffects(opm_obj,probs=c(0.975, 0.16, 0.5, 0.84, 0.025)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.