Description Usage Arguments Value Examples
View source: R/loessWrapperMod.R
adapted from bisoreg package
1 2 | loessWrapperMod(x, y, span.vals = seq(0.25, 1, by = 0.05),
folds = 5)
|
x |
predictor values |
y |
response values |
span.vals |
values of the tuning parameter to evaluate using cross validation |
folds |
number of 'folds' for the cross-validation procedure |
LOESS model
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.