summary.iv: Summarize Binary Instrumental Variable Analyses

Description Usage Arguments Value See Also

Description

summary method for class "iv".

Usage

1
2
## S3 method for class 'iv'
summary(object, ...)

Arguments

object

an object of class "iv", usually a result of a call to iv.

...

other parameters, ignored.

Value

Besides fields from the iv object, this includes a list summary statistics,

lq

an array of 5 entries corresponding to evenly space quantiles of the lower bound ("minimum", 25%, median, 75 given by a Monte Carlo approximation.

lci

95% marginal posterior credible interval for lower bound.

uq

an array of 5 entries corresponding to evenly space quantiles of the upper bound ("minimum", 25%, median, 75 given by a Monte Carlo approximation.

uci

95% marginal posterior credible interval for upper bound.

See Also

The model fitting function iv.


rbas2015/CausalFX documentation built on May 27, 2019, 2:06 a.m.