print.ivmod {ivtools} | R Documentation |
Prints output of instrumental variable estimation
Description
This is a print
method for class "ivmod"
.
Usage
## S3 method for class 'ivmod'
print(x, digits=max(3L, getOption("digits")-3L), ...)
Arguments
x |
an object of class |
digits |
the number of significant digits to use. |
... |
not used. |
Author(s)
Arvid Sjolander
Examples
##See documentation for ivglm, ivcoxph and ivah.
[Package ivtools version 2.3.0 Index]