KERREG | R Documentation |
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
.
npregress
require (datasets)
data (trees)
KERREG (trees [, -3], trees [, 3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.