| locfit | Local Regression, Likelihood and Density Estimation. | locfit |
locfit(formula, data, weights, cens, base, subset, geth, ..., lfproc)
locfit() is the model formula-based interface to the Locfit library for fitting local regression and likelihood models.locfit() is implemented as a front-end to locfit.raw().
An object with class "locfit". A standard set of methods for printing, ploting, etc. these objects is provided.
locfit.raw
data(ethanol) locfit(NOx~E,data=ethanol)
Consult the Web page http://cm.bell-labs.com/stat/project/locfit/.
locfit
| Locfit Home | Help Index |