Rdocumentation
powered by
Learn R Programming
CausalFX (version 1.0.1)
summary.iv: Summarize Binary Instrumental Variable Analyses
Description
summary
method for class "
iv
".
Usage
"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
.