View source: R/kappasizeci.h.R
kappaSizeCI | R Documentation |
Power Analysis for Interobserver Agreement Analysis.
kappaSizeCI(
outcome = "2",
kappa0 = 0.6,
kappaL = 0.4,
kappaU = 0.8,
props = "0.20 , 0.80",
raters = "2",
alpha = 0.05
)
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. |
A results object containing:
results$text1 | a preformatted | ||||
results$text2 | a preformatted | ||||
# example will be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.