gam.lf: Locfit call for Generalized Additive Models

gam.lfR 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


locfit documentation built on July 9, 2023, 5:58 p.m.

Related to gam.lf in locfit...