View source: R/fit_distributions.R
| confint.fit_dist | R Documentation |
S3 method to compute confidence intervals for distribution parameters based on asymptotic normality of maximum likelihood estimates.
## S3 method for class 'fit_dist'
confint(object, parm, level = 0.95, ...)
object |
an object of class "fit_dist". |
parm |
character vector of parameter names or numeric vector of indices. If missing, all parameters are considered. |
level |
confidence level (default: 0.95). |
... |
additional arguments (not used). |
A matrix with columns giving lower and upper confidence limits for each parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.