gam.lf {locfit}R Documentation

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


[Package locfit version 1.5-9.9 Index]