powered by
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.
bamlss
gamlss_distributions(type = c("continuous", "discrete"))
Character specifying the type of distribution to be extracted.
if (FALSE) { dists <- gamlss_distributions(type = "continuous") print(dists) }
Run the code above in your browser using DataLab