Other packages > Find by keyword >

gamlss  

Generalized Additive Models for Location Scale and Shape
View on CRAN: Click here


Download and install gamlss package within the R console
Install from CRAN:
install.packages("gamlss")

Install from Github:
library("remotes")
install_github("cran/gamlss")

Install by package version:
library("remotes")
install_version("gamlss", "5.5-0")



Attach the package and use:
library("gamlss")
Maintained by
Mikis Stasinopoulos
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2012-08-14
Latest Update: 2025-08-19
Description:
Functions for fitting the Generalized Additive Models for Location Scale and Shape introduced by Rigby and Stasinopoulos (2005), . The models use a distributional regression approach where all the parameters of the conditional distribution of the response variable are modelled using explanatory variables.
How to cite:
Mikis Stasinopoulos (2012). gamlss: Generalized Additive Models for Location Scale and Shape. R package version 5.5-0, https://cran.r-project.org/web/packages/gamlss. Accessed 25 Jun. 2026.
Previous versions and publish date:
4.1-8 (2012-08-14 19:05), 4.2-0 (2012-09-29 16:02), 4.2-4 (2013-05-23 18:28), 4.2-5 (2013-05-26 13:35), 4.2-6 (2013-06-21 21:06), 4.2-7 (2014-01-12 09:27), 4.2-8 (2014-03-25 05:44), 4.3-0 (2014-06-03 20:08), 4.3-1 (2014-09-17 18:12), 4.3-4 (2015-02-03 13:46), 4.3-5 (2015-07-03 12:51), 4.3-6 (2015-09-03 12:20), 4.3-7 (2016-01-05 14:29), 4.3-8 (2016-02-08 17:32), 4.4-0 (2016-05-18 10:36), 5.0-0 (2016-10-18 23:49), 5.0-1 (2016-11-21 12:01), 5.0-2 (2017-05-25 10:27), 5.0-4 (2017-10-24 09:29), 5.0-5 (2017-11-12 16:17), 5.0-6 (2017-12-11 13:08), 5.0-8 (2018-04-30 22:54), 5.1-0 (2018-06-08 18:45), 5.1-2 (2018-10-06 13:00), 5.1-3 (2019-03-20 12:50), 5.1-4 (2019-05-18 11:10), 5.1-5 (2019-10-06 10:00), 5.1-6 (2020-02-03 16:20), 5.1-7 (2020-07-13 15:50), 5.2-0 (2020-09-12 08:40), 5.3-1 (2021-03-04 12:30), 5.3-2 (2021-03-16 10:20), 5.3-4 (2021-03-31 16:20), 5.4-1 (2022-02-07 09:20), 5.4-3 (2022-04-24 02:10), 5.4-10 (2022-11-18 16:00), 5.4-12 (2023-01-27 11:10), 5.4-18 (2023-09-01 18:30), 5.4-20 (2023-10-04 17:40), 5.4-22 (2024-03-20 09:40)
Other packages that cited gamlss R package
View gamlss citation profile
Other R packages that gamlss depends, imports, suggests or enhances
Complete documentation for gamlss
Functions, R codes and Examples using the gamlss R package
Some associated functions: DevianceIncr . IC . LR.test . Q.stats . Rsq . VC.test . acfResid . additive.fit . bfp . binom . bp . calibration . centiles.com . centiles . centiles.pred . centiles.split . coef.gamlss . cs . deviance.gamlss . dtop . edf . findhyper . fitDist . fitted.gamlss . fittedPlot . formula.gamlss . gamlss-package . gamlss.control . gamlss.cs . gamlss.fp . gamlss.lo . gamlss . gamlss.ps . gamlss.random . gamlss.scope . gamlssML . gamlssVGD . gen.likelihood . getPEF . getQuantile . getSmo . glim.control . histDist . histSmo . lms . lo . loglogSurv . lpred . model.frame.gamlss . numeric.deriv . par.plot . pcat . pdf.plot . plot.gamlss . plot.histSmo . plot2way . polyS . predict.gamlss . print.gamlss . prodist.gamlss . prof.dev . prof.term . ps . quantSheets . random . refit . residuals.gamlss . ri . rqres.plot . rvcov . stepGAIC . summary.gamlss . term.plot . update.gamlss . wp . z.scores . 
Some associated R codes: DevianceIncr.R . DropAddStepGAIC-Parallel.R . FitTail.R . Formulae2data.R . HistDist-03-10-13.R . LR-test-12-06-2013.R . POLY.R . PROFILE_new_19-08-12.R . PS.R . SUMMARY.R . VuongClarkTest.R . acfResid.R . bp.R . centile-pred_30_06_22.R . centilesFan.R . centilesPlot.R . centilescom.R . chooseDistParallel.R . confint-gamlss-29-06-22.R . cubicSplines-10-08-12.R . cy.R . dtop.R . edf.R . extra.R . findhyper-23-05-13.R . fitDist.R . fitDistPred.R . fitted-plot.R . fracpoly.R . gamlss-5.R . gamlssML.R . gamlssVGD_23_12_21.R . gen-Likelihood.R . get-K-rvcov-16-06-2913.R . getPEF.R . getQuantile.R . getSmo-18-6-13.R . hatvalues.R . histSmo.R . lms.R . lo_new.R . logLik.R . lpred.R . p-categorical.R . par_plot-21-5-13.R . pb.R . pb_goingtozero.R . pbc.R . pbm.R . pbo_original.R . pbp.R . pdfplot.R . plot.R . plot2way.R . powerpoly.R . predict.gamlss_23_12_21.R . predictAll_22_08_22.R . print.R . prodist.R . profterm_18_05_13.R . pvc.R . qstats.R . quantSheets.R . re_gamlss_lme_test.R . ri.R . ridge.R . rqres.R . rqresplot_new.R . stepGAIC-03-10-13..R . stepGAICAll-A-parallel.R . stepGAICAll-B-Parallel.R . stepTGD.R . stepTGDAll-A-parallel.R . term.plot-new.R . update.R . vcov-gamlss.R . wp.R .  Full gamlss package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
airGRiwrm  
'airGR' Integrated Water Resource Management
Semi-distributed Precipitation-Runoff Modelling based on 'airGR' package models integrating human i ...
Download / Learn more Package Citations See dependency  
edeaR  
Exploratory and Descriptive Event-Based Data Analysis
Exploratory and descriptive analysis of event based data. Provides methods for describing and select ...
Download / Learn more Package Citations See dependency  
sitmo  
Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel enviro ...
Download / Learn more Package Citations See dependency  
foster  
Forest Structure Extrapolation with R
Set of tools to streamline the modeling of the relationship betweensatellite imagery time series or ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA