Learn R Programming

gamlss (version 4.2-4)

gamlss.lo: Support for Function lo()

Description

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

Usage

gamlss.lo(x, y, w, xeval = NULL, ...)

Arguments

x
the design matrix
y
the response variable
w
prior weights
xeval
used in prediction
...
further arguments passed to or from other methods.

Value

  • Returns an object
  • fittedthe smooth values
  • residualsthe residuals
  • varthe variance of the smoother
  • nl.dfthe non-linear degrees of freedom
  • coefSmowith value NULL
  • lambdathe value of span

code

loess

See Also

gamlss, lo