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