gamlss.lo | R Documentation |
This is support for the loess
function lo()
.
It is not intended to be called directly by users. The function gamlss.lo
is calling the R function loess
.
gamlss.lo(x, y, w, xeval = NULL, ...)
x |
the design matrix |
y |
the response variable |
w |
prior weights |
xeval |
used in prediction |
... |
further arguments passed to or from other methods. |
Returns an object
fitted |
the smooth values |
residuals |
the residuals |
var |
the variance of the smoother |
nl.df |
the non-linear degrees of freedom |
coefSmo |
with value NULL |
lambda |
the value of span |
Mikis Stasinopoulos based on Brian Ripley implementation of loess
function in R
gamlss
, lo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.