preplot.locfit.raw {locfit} | R Documentation |
preplot.locfit.raw
is an internal function used by
predict.locfit
and preplot.locfit
.
It should not normally be called directly.
preplot.locfit.raw(object, newdata, where, what, band, ...)
object |
Fitted object from locfit() .
|
newdata |
New data points. |
where |
Type of data provided in newdata .
|
what |
What to compute predicted values of. |
band |
Compute standard errors for the fit and include confidence bands on the returned object. |
... |
not used. |
A list containing raw output from the internal prediction routines.
locfit
, predict.locfit
, preplot.locfit
.