Lowest Expected Value for a fixed sample size.
Usage
kappaSizeFixedN(
outcome = "2",
kappa0 = 0.4,
props = "0.20 , 0.80",
raters = "2",
alpha = 0.05,
n = 100
)Arguments
- outcome
Number of outcome level.
- kappa0
The preliminary (anticipated) value of kappa - the agreement you expect to observe. kappaSize documents this argument as "the preliminary value of kappa". Contrast kappaSizePower, where kappa0 IS the null being tested.
- props
Proportions of outcome level.
- raters
Number of raters.
- alpha
Significance level.
- n
Sample size.