regband | R Documentation |
Function to compute local regression bandwidths for local linear regression,
implemented as a front end to locfit()
.
This function is included for comparative purposes only. Plug-in selectors are based on flawed logic, make unreasonable and restrictive assumptions and do not use the full power of the estimates available in Locfit. Any relation between the results produced by this function and desirable estimates are entirely coincidental.
regband(formula, what = c("CP", "GCV", "GKK", "RSW"), deg=1, ...)
formula |
Model Formula (one predictor). |
what |
Methods to use. |
deg |
Degree of fit. |
... |
Other Locfit options. |
Vector of selected bandwidths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.