-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.1
Commit ID
No response
JASP Module
ANOVA
What analysis are you seeing the problem on?
ANCOVAS and PostHoc
What OS are you seeing the problem on?
Windows 10
Bug Description
When I wanted to perform a Post hoc analysis after performing an ANCOVA Analysis with 3 Covariates, the analysis terminated unexpectedly.
I was able to Perform an ANCOVA showing significant effects of groups. when I want to perform the post-hoc on the conditions the error messages attached appeares:
Expected Behaviour
I would have liked to see the Post Hoc analysis. So tables should have been generated
Steps to Reproduce
I did not manage to reduce it
Log (if any)
No response
More Debug Information
yes, I am using JAPS 019.1 now:
This analysis terminated unexpectedly.
Error in resultPostHoc[[1]]: 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)
.anovaPostHocTableCollection(anovaContainer, dataset, options, ready)
.anovaPostHocTable(postHocContainer, dataset, options, anovaContainer[['model']]$object, anovaContainer[['afexModel']]$object)
To receive assistance with this problem, please report the message above at: https://jasp-stats.org/bug-reports
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.