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, ...)
Vector of selected bandwidths.
Model Formula (one predictor).
Methods to use.
Degree of fit.
Other Locfit options.