In this package are available Discrete statistical distributions. With this package it is possible to estimate parameters and fit regression models within GAMLSS framework.
To install the DiscreteDists
package you need to install
devtools
package before, follow the instructions below:
if (!require("devtools")) install.packages("devtools")
::install_github("fhernanb/DiscreteDists", force=TRUE)
devtoolslibrary(DiscreteDists)
You can visit the package website to explore the vignettes (articles) and function reference.