| print.summary.eivlm {eivtools} | R Documentation |
print method for objects of class summary.eivlm.
Description
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.
Usage
## S3 method for class 'summary.eivlm'
print(x,
digits = max(3L, getOption("digits") - 3L),
symbolic.cor = x$symbolic.cor,
signif.stars = getOption("show.signif.stars"),
...)
Arguments
x |
A model object of class |
digits, symbolic.cor, signif.stars, ... |
See help for |
See Also
See help for summary.eivlm for description of quantities
relevant to summarizing eivlm objects.
[Package eivtools version 0.1-8 Index]