print.summary.cglm: Prints summary of instrumental variable estimation
Description
This is a print
method for class "summary.cglm"
.
Usage
# S3 method for summary.cglm
print(x, digits=max(3L, getOption("digits")-3L),
signif.stars=getOption("show.signif.stars"), ...)
Arguments
x
an object of class "summary.cglm"
.
digits
the number of significant digits to use.
signif.stars
logical. If TRUE, "significance stars" are printed for each coefficient.
Examples
Run this code# NOT RUN {
##See documentation for cglm.
# }
Run the code above in your browser using DataLab