View source: R/core-fisher_mle.R
| confint.fisher_mle | R Documentation |
Computes asymptotic Wald confidence intervals based on the estimated variance-covariance matrix.
## S3 method for class 'fisher_mle'
confint(object, parm = NULL, level = 0.95, ...)
object |
A fisher_mle object |
parm |
Parameter names or indices (NULL for all) |
level |
Confidence level (default 0.95) |
... |
Additional arguments (ignored) |
Matrix with columns for lower and upper bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.