Hi all,
I'm trying to calculate a cohen kappa on a database and getting the follow error:
Error in if (any(!is.na(abs(bounds))) & (any(abs(bounds) > 1))) { :
missing value where TRUE/FALSE needed
I have 2 raters (levels) and 4 categorical values. No missing data.
Has anyone run into this issue?