ls.print(ls.out, digits = 4, print.it = TRUE)
ls.out
|
Typically the result of lsfit()
|
digits
| The number of significant digits used for printing |
print.it
| a logical indicating whether the result should also be printed |
print.it is
TRUE.summary
| The ANOVA table of the regression |
coef.table
| matrix with regression coefficients, standard errors, t- and p-values |
summary(lm(...)) and
anova(lm(...)) for obtaining similar output.ls.diag, lsfit, also for examples;
lm, lm.influence which usually are
preferable.