Rdocumentation
powered by
Learn R Programming
locfit (version 1.5-6)
gam.lf: Locfit call for Generalized Additive Models
Description
This is a locfit calling function used by
lf
()
terms in additive models. It is not normally called directly by users.
Usage
gam.lf(x, y, w, xeval, ...)
Arguments
x
numeric predictor
y
numeric response
w
prior weights
xeval
evaluation points
...
other arguments to
locfit.raw
()
See Also
locfit
,
locfit.raw
,
lf
,
gam