summary.ivbounds {ivtools} | R Documentation |
Summarizes instrumental variable estimation
Description
This is a summary
method for class "ivbounds"
.
Usage
## S3 method for class 'ivbounds'
summary(object, ...)
Arguments
object |
an object of class |
... |
not used. |
Details
Provides the lower and and upper bounds for
p_0=p(Y_0=1)
p_1=p(Y_1=1)
\textrm{CRD}=p_1-p_0
\textrm{CRR}=p_1/p_0
\textrm{COR}=\frac{p_1/(1-p_1)}{p_0/(1-p_0)}
Author(s)
Arvid Sjolander
Examples
##See documentation for ivbounds.
[Package ivtools version 2.3.0 Index]