print.summary.ivbounds {ivtools} | R Documentation |
Prints summary of instrumental variable bounds
Description
This is a print
method for class "summary.ivbounds"
.
Usage
## S3 method for class 'summary.ivbounds'
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 ivbounds.
[Package ivtools version 2.3.0 Index]