| Line 40... |
Line 40... |
| 40 |
\item{\dots}{further arguments passed to or from other methods.}
|
40 |
\item{\dots}{further arguments passed to or from other methods.}
|
| 41 |
}
|
41 |
}
|
| 42 |
\details{
|
42 |
\details{
|
| 43 |
\code{predict.lm} produces predicted values, obtained by evaluating
|
43 |
\code{predict.lm} produces predicted values, obtained by evaluating
|
| 44 |
the regression function in the frame \code{newdata} (which defaults to
|
44 |
the regression function in the frame \code{newdata} (which defaults to
|
| 45 |
\code{model.frame(object)}. If the logical \code{se.fit} is
|
45 |
\code{model.frame(object)}). If the logical \code{se.fit} is
|
| 46 |
\code{TRUE}, standard errors of the predictions are calculated. If
|
46 |
\code{TRUE}, standard errors of the predictions are calculated. If
|
| 47 |
the numeric argument \code{scale} is set (with optional \code{df}), it
|
47 |
the numeric argument \code{scale} is set (with optional \code{df}), it
|
| 48 |
is used as the residual standard deviation in the computation of the
|
48 |
is used as the residual standard deviation in the computation of the
|
| 49 |
standard errors, otherwise this is extracted from the model fit.
|
49 |
standard errors, otherwise this is extracted from the model fit.
|
| 50 |
Setting \code{intervals} specifies computation of confidence or
|
50 |
Setting \code{intervals} specifies computation of confidence or
|