Description Usage Arguments Value
View source: R/dist.fit.johnson.su.R
Fit distribution, cumulative distribution, quantile, and random generation functions for a distribution. Warning: This function overwrites d.fn, p.fn, q.fn, and r.fn in global environment.
1 | dist.fit.johnson.su(x, probs = c(0.25, 0.5, 0.75, 0.95))
|
x |
Vector - data to be fit |
probs |
Vector - quantiles to use for fitdistrplus (method=qme) |
A list with distribution cumulative distribution, quantile, and random generation functions and fit details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.