cor.cohen.kappa.twosample.independent.simple: Two-Sample Test for Differences in Cohen's Kappa

View source: R/cor.cohen.kappa.twosample.independent.simple.R

cor.cohen.kappa.twosample.independent.simpleR Documentation

Two-Sample Test for Differences in Cohen's Kappa

Description

Calculate test to determine if two calculations of Cohen's kappa differ statistically.

Usage

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
)

Arguments

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.

Value

The results of the statistical test.


burrm/lolcat documentation built on Sept. 15, 2023, 11:35 a.m.