Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 function loess.

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

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

Author(s)

Mikis Stasinopoulos based on Brian Ripley implementation of loess function in R

See Also


gamlss

Generalised Additive Models for Location Scale and Shape

v5.3-4
GPL-2 | GPL-3
Authors
Mikis Stasinopoulos [aut, cre, cph], Bob Rigby [aut], Vlasios Voudouris [ctb], Calliope Akantziliotou [ctb], Marco Enea [ctb], Daniil Kiose [ctb]
Initial release
2021-03-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.