View source: R/fit_distribution.R
fit_distribution | R Documentation |
Fits a distribution to data.The abbreviations for distribution names are: "norm", "unif", "t", "snorm", "weibull", "gamma", "lnorm", "exp"
fit_distribution(
.data,
distname = c("norm", "unif", "t", "snorm", "weibull", "gamma", "lnorm", "exp")
)
.data |
The data. |
distname |
The distribution name. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.