print
is essentially the same as the usual
printing of a linear model fit, except the bootstrap standard errors
are printed for each model coefficient.
fitted
returns the fitted values from each
bootstrap sample for the predictor values specified by the
new.xpts
in lm.boot
(or from the grid if new.xpts
was not specified). This is a p x R matrix where p is the number of
points where prediction was desired and R is the number of bootstrap
samples specified. Using fitted
is the equivalent
of using samples(object, name = "fitted")
.