View source: R/core-fisher_mle.R
| confint.fisher_boot | R Documentation |
Computes bootstrap confidence intervals using various methods.
## S3 method for class 'fisher_boot'
confint(
object,
parm = NULL,
level = 0.95,
type = c("perc", "bca", "norm", "basic"),
...
)
object |
A fisher_boot object |
parm |
Parameter names or indices (NULL for all) |
level |
Confidence level (default 0.95) |
type |
Type of bootstrap CI: "perc", "bca", "norm", or "basic" |
... |
Additional arguments passed to boot::boot.ci |
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.