S3 method to compute confidence intervals for distribution parameters based on asymptotic normality of maximum likelihood estimates.
# S3 method for fit_dist
confint(object, parm, level = 0.95, ...)
A matrix with columns giving lower and upper confidence limits for each parameter.
an object of class "fit_dist".
character vector of parameter names or numeric vector of indices. If missing, all parameters are considered.
confidence level (default: 0.95).
additional arguments (not used).