gamlss_distributions: Extract Distribution families of the 'gamlss.dist' Package

View source: R/families.R

gamlss_distributionsR Documentation

Extract Distribution families of the gamlss.dist Package

Description

The functions searches in the gamlss.dist namespace for available distributions. It returns a named list of faily functions which can be used with bamlss.

Usage

gamlss_distributions(type = c("continuous", "discrete"))

Arguments

type

Character specifying the type of distribution to be extracted.

See Also

bamlss

Examples

## Not run: 
dists <- gamlss_distributions(type = "continuous")
print(dists)

## End(Not run)

bamlss documentation built on Nov. 2, 2023, 5:31 p.m.