Description Usage Arguments Value References See Also Examples
This function can be used to calculate the confidence intervals of Cohen's Kappa or Fleiss' Kappa.
1 | ConfintJack(object, alpha = 0.05)
|
object |
Object of type CohenK or FleissK, see |
alpha |
Alpha-level for computing the confidence intervals |
Object with the statistic and its confidence intervals
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.
1 2 3 | data(PsychMorbid)
KappaStat = FleissK(PsychMorbid)
ConfintJack(KappaStat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.