README.md

CRAN_Status_Badge CRAN Downloads R-CMD-check

The stable version of fitdistrplus can be installed from CRAN using:

install.packages("fitdistrplus")

The development version of fitdistrplus can be installed from GitHub (remotes needed):

if (!requireNamespace("remotes", quietly = TRUE))
   install.packages("remotes")

remotes::install_github("aursiber/fitdistrplus")

Finally load the package in your current R session with the following R command:

library(fitdistrplus)


Try the fitdistrplus package in your browser

Any scripts or data that you put into this service are public.

fitdistrplus documentation built on March 18, 2022, 7:22 p.m.