Description Usage Arguments Details Value Author(s) Examples
Printing "regr"
objects, i.e. the results of
regr(*)
.
1 2 3 4 5 6 7 8 9 10 | ## S3 method for class 'regr'
print(x, call=TRUE, correlation = FALSE,
termeffects = i.getoption("show.termeffects"),
termcolumns = i.getoption("termcolumns"),
termeffcolumns = i.getoption("termeffcolumns"),
coefcolumns = i.getoption("coefcolumns"),
digits = i.getoption("digits"), symbolic.cor = p > 4,
signif.stars = getOption("show.signif.stars"),
na.print = i.getoption("na.print"),
residuals = FALSE, niterations = FALSE, ...)
|
x |
'regr' object |
call |
logical: should the call to |
correlation |
logical: should correlation among estimated coefficients be shown? |
termeffects |
logical: should the dummy coefficients for the factors be shown? if TRUE (default), coefficients corresponding to factors are shown. If $>1$, all termeffects are shown |
termcolumns |
columns of the term table to be printed.
If |
termeffcolumns |
columns of the term effects table to be printed. |
coefcolumns |
columns of the (dummy) coefficent tables to be printed. |
digits |
number of significant digits to be shown |
symbolic.cor |
logical: should correlations be shown by symbols? |
signif.stars |
logical: should significance asterisks be shown?
A legend will also be shown after the term table.
To avoid the legend, set |
na.print |
character string used to display NAs |
residuals |
logical: should summary(residuals) be shown? |
niterations |
logical: should number of iterations be shown (if available)? |
... |
further arguments, passed to the print methods used. |
The tit
attribute of x
will be printed if available and
i.getoption("doc") > 0
, and any doc
attribute,
if i.getoption("doc") >= 2
(see tit
).
Print functions return the object to be printed invisibly.
Werner A. Stahel, ETH Zurich
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.