Open overossm opened 2 months ago
@overossm thanks for creating the issue. I cannot reproduce an error with the jasp file you attached. Can you try creating it again and this time only use the one analysis that gives an error?
@juliuspfadt @overossm I also get no error with that file on 0.19 flatpak. Did you test on macos julius?
I have a Mac Silicon, and I don't get any error either... Can you specify exactly step by step what you do to get this error?
I tested on macOS silicon yes.
This issue will be automatically closed in 42 days due to inactivity. Feel free to leave a comment if you believe this is still relevant.
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