Learn R Programming

ivtools (version 2.3.0)

print.ivmod: Prints output of instrumental variable estimation

Description

This is a print method for class "ivmod".

Usage

# S3 method for ivmod
print(x, digits=max(3L, getOption("digits")-3L), ...)

Arguments

x

an object of class "ivmod".

digits

the number of significant digits to use.

not used.

Examples

Run this code
# NOT RUN {
##See documentation for ivglm, ivcoxph and ivah.

# }

Run the code above in your browser using DataLab