
In this package are available multiple useful distributions forreliability analysis. With this package it is possible to estimateparameters and fit regression models within GAMLSS framework.
To install theRelDists package you need to installdevtools package before, follow the instructions below:
if (!require('devtools'))install.packages('devtools')devtools::install_github('ousuga/RelDists',force=TRUE)require(RelDists)You can visit thepackage website to explorethe vignettes (articles) and function reference.