Description Usage Arguments Value Examples
Computes the default argument of various distributions. Adapted from fitdistrplus.
1 | start_arg_default(x, distr)
|
x |
A numeric vector |
distr |
The name of the distribution. Can be either "weibull", "beta", "norm", "lnorm", "exp", "gamma", "invtrgamma", "trgamma", "lgamma", "pareto", "pareto1", "invweibull", "llogis", "invgamma", "unif", "cauchy", or "logis". |
A list of starting values for distr
1 2 3 | x <- rnorm(100)
args <- start_arg_default(x, "norm")
args
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.