# NOT RUN {
Suppose an investigator would like to determine the required sample size to test
kappa0=0.4 with precision of 0.2 on each side, in a study of interobserver agreement
(3 raters). Further suppose that the prevalence of the traits are 0.30, 0.2, 0.5.
# }
# NOT RUN {
CI3Cats(kappa0=0.4, kappaL=0.3, kappaU=0.6, props=c(0.30, 0.2, 0.5), raters=3, alpha=0.05);
# }
Run the code above in your browser using DataLab