ConfintJack: Confidence intervals using the jackknife method.

Description Usage Arguments Value References See Also Examples

Description

This function can be used to calculate the confidence intervals of Cohen's Kappa or Fleiss' Kappa.

Usage

1
ConfintJack(object, alpha = 0.05)

Arguments

object

Object of type CohenK or FleissK, see CohenK and FleissK.

alpha

Alpha-level for computing the confidence intervals

Value

Object with the statistic and its confidence intervals

References

Fleiss J.L., Davies M. (1982). Jackknifing functions of multinomial frequencies, with an application to a measure of concordance. Am J Epidemiol;115: 841-845.

See Also

CohenK and FleissK

Examples

1
2
3
data(PsychMorbid)
KappaStat = FleissK(PsychMorbid)
ConfintJack(KappaStat)

BavoDC/AGREL documentation built on May 6, 2019, 7:22 a.m.