Introduction

There are two books on GAMLSS and a new one to be published
The GAMLSS models are implemented in a series of packages in the R language (R Development Core Team, 2022), and they are available from CRAN the R library at http://www.r-project.org.

 


 

Packages

The following is a list of different packages created from the gamlss team:

  • the original gamlss package for fitting GAMLSS (depends on gamlss.dist and gamlss.data)
  • the gamlss.add package for extra additive terms.
  • the gamlss.cens package for fitting censored (interval) response variables.
  • the gamlss.data package for all example data used in GAMLSS.
  • the gamlss.demo package for demos using the R package rpanel.
  • the gamlss.dist package for all gamlss.family distributions.
  • the gamlss.foreach package for parallel computing using foreach.
  • the gamlss.ggplots package for diagnostic and interpretation graphics.
  • the gamlss.inf package for fitting zero inflated and zero adjusted continuous distributions.
  • the gamlss.mx package for fitting finite mixture distributions.
  • the gamlss.nl package for fitting nonlinear models.
  • the gamlss.rsm experimental package for fitting randomly stopped models (not in CRAN).
  • the gamlss.spatial package for fitting Gaussian Markov random fields (MRF) models in GAMLSS.
  • the gamlss.tr package for fitting truncated distributions.
  • the gamlss.util package having functions not necessarily related to GAMLSS (not in CRAN).

Information how to use the packages can be found in the books and vignette page.

 


 

Third party GAMLSS related packages for R

  • gamboostLSS – Boosting Methods for GAMLSS models.
  • BAMLSS – Bayesian Additive Models for Location Scale and Shape (and Beyond)