-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
24 lines (24 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: gamlss2
Title: GAMLSS Infrastructure for Flexible Distributional Regression
Version: 0.1-0
Date: 2024-11-28
Authors@R: c(person("Mikis", "Stasinopoulos", role = c("aut", "cph"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2407-5704")),
person("Robert", "Rigby", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0003-3853-1707")),
person(given = "Nikolaus", family = "Umlauf", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2160-9803")),
person(given = "Achim", family = "Zeileis", role = "ctb", email = "[email protected]",
comment = c(ORCID = "0000-0003-0918-3766")),
person(given = "Reto", family = "Stauffer", role = "aut", email = "[email protected]",
comment = c(ORCID = "0000-0002-3798-5507")))
Description: Next generation infrastructure for generalized additive models for location, scale, and shape (GAMLSS)
and distributional regression more generally. The package provides a fresh reimplementaton of the classic
'gamlss' package while being more modular and facilitating the creation of advanced terms and models.
License: GPL-2 | GPL-3
URL: https://gamlss-dev.github.io/gamlss2/
BugReports: https://github.com/gamlss-dev/gamlss2/issues
Depends: R (>= 4.1.0), gamlss.dist, mgcv
Imports: parallel, Formula, mvtnorm
Suggests: colorspace, distributions3, gamlss, gamlss.data, glmnet, lattice, Matrix, nlme, nnet, partykit, quarto, rpart, scoringRules, sf
LazyLoad: yes
VignetteBuilder: quarto