gamlss_distributions | R Documentation |
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
.
gamlss_distributions(type = c("continuous", "discrete"))
type |
Character specifying the type of distribution to be extracted. |
bamlss
## Not run:
dists <- gamlss_distributions(type = "continuous")
print(dists)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.