View source: R/categorical_oop.R
confint.agreement_cai | R Documentation |
Calculate confidence intervals for chance-adjusted agreement indexes using one of several approaches.
## S3 method for class 'agreement_cai' confint(object, level = 0.95, type = c("bca", "perc", "basic", "norm"), ...)
object |
A chance-adjusted agreement or "cai" object. |
level |
A single real number between 0 and 1 that indicates the confidence level or width of the confidence intervals. |
type |
A single string indicating which type of bootstrap confidence interval to calculate. Options currently include "bca" for bias-corrected and accelerated bootstrap CIs, "perc" for bootstrap percentile CIs, "basic" for basic bootstrap CIs, and "norm" for normal approximation CIs. |
... |
Further arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.