View source: R/cor.cohen.kappa.twosample.independent.simple.R
cor.cohen.kappa.twosample.independent.simple | R Documentation |
Calculate test to determine if two calculations of Cohen's kappa differ statistically.
cor.cohen.kappa.twosample.independent.simple(
kappa.g1,
se.kappa.g1,
kappa.g2,
se.kappa.g2,
alternative = c("two.sided", "greater", "less"),
conf.level = 0.95
)
kappa.g1 |
Scalar - Kappa from the first calculation. |
se.kappa.g1 |
Scalar - Standard error from first calculation of kappa. |
kappa.g2 |
Scalar - Kappa from the second calculation. |
se.kappa.g2 |
Scalar - Standard error from second calculation of kappa. |
alternative |
The alternative hypothesis to use for the test computation. |
conf.level |
The confidence level for this test, between 0 and 1. |
The results of the statistical test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.