Learn R Programming

ivtools (version 2.3.0)

summary.ivbounds: Summarizes instrumental variable estimation

Description

This is a summary method for class "ivbounds".

Usage

# S3 method for ivbounds
summary(object, ...)

Arguments

object

an object of class "ivbounds".

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)}$$

Examples

Run this code
# NOT RUN {
##See documentation for ivbounds.

# }

Run the code above in your browser using DataLab