lsfit
Regression ResultsComputes basic statistics, including standard errors, t- and p-values
for the regression coefficients and prints them if print.it
is
TRUE
.
ls.print(ls.out, digits = 4, print.it = TRUE)
Typically the result of lsfit()
The number of significant digits used for printing
a logical indicating whether the result should also be printed
A list with the components
The ANOVA table of the regression
matrix with regression coefficients, standard errors, t- and p-values
ls.diag
, lsfit
, also for examples;
lm
, lm.influence
which usually are
preferable.