Skip to contents

Power Analysis for Interobserver Agreement Analysis.

Usage

kappaSizeCI(
  outcome = "2",
  kappa0 = 0.6,
  kappaL = 0.4,
  kappaU = 0.8,
  props = "0.20 , 0.80",
  raters = "2",
  alpha = 0.05
)

Arguments

outcome

Number of outcome level.

kappa0

The null hypothesis value of kappa.

kappaL

The lower limit of the kappa.

kappaU

The upper limit of the kappa.

props

Proportions of outcome level.

raters

Number of raters.

alpha

The significance level.

Value

A results object containing:

results$text1a preformatted
results$text2a preformatted

Examples

# \donttest{
# example will be added
# }