longRunEffects function

Long run effects based on the opm Model Parameters

Long run effects based on the opm Model Parameters

Computes long run effects and confidence intervals of opm Model Parameters

longRunEffects(opm_obj, parm = NULL, probs = c(0.025, 0.5, 0.975))

Arguments

  • opm_obj: an instance of class opm
  • 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 ("probs")

Returns

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

Examples

## Not run: longRunEffects(opm_obj) longRunEffects(opm_obj,probs=c(0.975, 0.16, 0.5, 0.84, 0.025)) ## End(Not run)
  • Maintainer: Mark Pickup
  • License: GPL (>= 3)
  • Last published: 2022-06-09

Useful links