Skip to contents

Calculate sample size for interobserver agreement studies using Cohen's kappa statistic. This function provides confidence interval-based sample size determination for studies evaluating agreement between raters across different numbers of outcome categories.

Value

An R6 class generator object for the kappaSizeCIClass backend; used internally by the jamovi analysis wrapper and not called directly.

Details

The function uses the kappaSize package to calculate required sample sizes for kappa coefficient confidence intervals. It supports 2-5 outcome categories and 2-6 raters, with customizable precision requirements and significance levels. Both two-sided and one-sided confidence intervals are supported.

Super classes

jmvcore::Analysis -> kappaSizeCIBase -> kappaSizeCIClass