[R] Span for loess regression
Ivan Krylov
kry|ov@r00t @end|ng |rom gm@||@com
Wed Apr 15 09:49:20 CEST 2020
On Tue, 14 Apr 2020 21:00:34 +0000 (UTC)
varin sacha via R-help <r-help using r-project.org> wrote:
> Here below a reproducible example. I don't get the result.
Thanks for providing a concise piece of code.
The code doesn't return any visible results because the bestLoess
function created by it is never called. To get the results you should
call the function and pass the model object to it as an argument.
Another problem with the code is missing definition for loessGCV
function. I can only assume that the code is supposed to reference the
recently archived NormalizeMets CRAN package.
--
Best regards,
Ivan
More information about the R-help
mailing list