-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.0
Commit ID
No response
JASP Module
Reliability
What analysis are you seeing the problem on?
Fleiss' kappa
What OS are you seeing the problem on?
macOS Silicon
Bug Description
JASP Dissertation Coding Data Sept. 2024.jasp.zip
I am trying to calculate fleiss' kappa for five raters. When I add a third variable, it brings up the error I pasted below.
This analysis terminated unexpectedly.
Error in ratings[i, ]: subscript out of bounds
Stack trace
tryCatchOne(expr, names, parentenv, handlers[[1]])
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.computeFleissKappaTable(dataset, options, ready)
.fleissKappaMod(dataset, detail = TRUE)
Expected Behaviour
provide fleiss' kappa coeffeicient result
Steps to Reproduce
No not with different data
Log (if any)
No response
More Debug Information
This analysis terminated unexpectedly.
Error in ratings[i, ]: subscript out of bounds
Stack trace
tryCatchOne(expr, names, parentenv, handlers[[1]])
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.computeFleissKappaTable(dataset, options, ready)
.fleissKappaMod(dataset, detail = TRUE)
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.