| fitted.locfit | Fitted values for a `"locfit"' object. | fitted.locfit |
fitted(object, data, what="coef", cv=F, studentize=F, type="fit", tr)
Evaluates the fitted values (i.e. evaluates the surface at the original data points) for a Locfit object. This function works by reconstructing the model matrix from the original formula, and predicting at those points. The function may be fooled; for example, if the original data frame has changed since the fit, or if the model formula includes calls to random number generators.
A numeric vector of the fitted values.
locfit, predict.locfit, residuals.locfit
smooth
| Locfit Home | Help Index |