select_distribution: Select Distribution

View source: R/fit_distribution.R

select_distributionR Documentation

Select Distribution

Description

Fits up to 8 different distributions to a set of data and recommends the best-fitting distribution, where best-fitting is considered to be the distribution with the smallest AIC value. Prints the distribution parameters and R instructions for sampling the recommended distribution. Outputs a histogram of the data overlayed by the density function of the recommended distribution.

Usage

select_distribution(.data)

Arguments

.data

Data.


dnepple/tprstats documentation built on April 5, 2025, 6:18 a.m.