| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-05-19 15:20 | 5.3K | ||
The stable version of fitdistrplus can be installed from CRAN using:
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: