longRunEffects {OrthoPanels}R Documentation

Long run effects based on the opm Model Parameters

Description

Computes long run effects and confidence intervals of opm Model Parameters

Usage

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")

Value

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)


[Package OrthoPanels version 1.2-4 Index]