confint.agreement_cai: Calculate confidence intervals for chance-adjusted agreement...

View source: R/categorical_oop.R

confint.agreement_caiR Documentation

Calculate confidence intervals for chance-adjusted agreement indexes

Description

Calculate confidence intervals for chance-adjusted agreement indexes using one of several approaches.

Usage

## S3 method for class 'agreement_cai'
confint(object, level = 0.95, type = c("bca", "perc", "basic", "norm"), ...)

Arguments

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 boot::boot.ci().


jmgirard/agreement documentation built on Sept. 12, 2022, 12:39 a.m.