print
method for objects of class summary.eivlm
.Similar to print
method for summaries of
lm
objects, but provides additional information specific
to the EIV regression. The summary
method for objects of class
eivlm
returns an object of class summary.eivlm
.
# S3 method for summary.eivlm
print(x,
digits = max(3L, getOption("digits") - 3L),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...)
A model object of class summary.eivlm
.
See help for summary.lm
.
See help for summary.eivlm
for description of quantities
relevant to summarizing eivlm
objects.