Kernel Regression
This function builds a kernel regression model.
KERREG(x, y, bandwidth = 1, tune = FALSE, ...)
x |
Predictor |
y |
Response |
bandwidth |
The bandwidth parameter. |
tune |
If true, the function returns paramters instead of a classification model. |
... |
Other parameters. |
The classification model, as an object of class model-class
.
require (datasets) data (trees) KERREG (trees [, -3], trees [, 3])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.