Prediction from a Locfit object.
preplot.locfit
can be called directly, although it is more usual
to call plot.locfit
or predict.locfit
.
The advantage of preplot.locfit
is in S-Plus 5, where arithmetic
and transformations can be performed on the "preplot.locfit"
object.
plot(preplot(fit))
is essentially synonymous with plot(fit)
.
## S3 method for class 'locfit' preplot(object, newdata=NULL, where, tr=NULL, what="coef", band="none", get.data=FALSE, f3d=FALSE, ...)
object |
Fitted object from |
newdata |
Points to predict at. Can be given in several forms: vector/matrix; list, data frame. |
where |
An alternative to |
tr |
Transformation for likelihood models. Default is the inverse of the link function. |
what |
What to compute predicted values of. The default,
|
band |
Compute standard errors for the fit and include confidence
bands on the returned object. Default is |
get.data |
If |
f3d |
If |
... |
arguments passed to and from other methods. |
An object with class "preplot.locfit"
, containing the predicted
values and additional information used to construct the plot.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.