KERREG: Kernel Regression

KERREGR Documentation

Kernel Regression

Description

This function builds a kernel regression model.

Usage

KERREG(x, y, bandwidth = 1, tune = FALSE, ...)

Arguments

x

Predictor matrix.

y

Response vector.

bandwidth

The bandwidth parameter.

tune

If true, the function returns paramters instead of a classification model.

...

Other parameters.

Value

The classification model, as an object of class model-class.

See Also

npregress

Examples

require (datasets)
data (trees)
KERREG (trees [, -3], trees [, 3])

fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to KERREG in fdm2id...