-
Notifications
You must be signed in to change notification settings - Fork 29
Description
### JASP Version
0.19.3
Commit ID
No response
JASP Module
Meta Analysis
What analysis are you seeing the problem on?
rob bayesian Meta Analysis
What OS are you seeing the problem on?
Windows 11
Bug Description
Error in summary.RoBMA(fit, logBF = options[['bayesFactorType']] = 'LogBF10', : Models estimated using the generall effect size scale 'y' / 'none' cannot be transformed to a different effect size scale.
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)
.robmaSummaryTable(jaspResults, options, type = 'RoBMA')
summary(fit, logBF = options[['bayesFactorType']] = 'LogBF10', BF01 = options[['bayesFactorType']] = 'BF01', probs = c(0.5 + c(-1, 1) * options[['inferenceCiWidth']]/2), conditional = options[['inferenceConditionalParameterEstimates']], output_scale = .robmaGetOutputScaleOption(options))
summary.RoBMA(fit, logBF = options[['bayesFactorType']] = 'LogBF10', BF01 = options[['bayesFactorType']] = 'BF01', probs = c(0.5 + c(-1, 1) * options[['inferenceCiWidth']]/2), conditional = options[['inferenceConditionalParameterEstimates']], output_scale = .robmaGetOutputScaleOption(options))
stop('Models estimated using the generall effect size scale 'y' / 'none' cannot be transformed to a different effect size scale.')
Expected Behaviour
a finished calculation of the analysis...
Steps to Reproduce
i have data with n, M and SD. i calculated the computed effect size and Error with the tool in the metaanalysis folder.
With that i wanted to conduct an analysis but as it were nearly finished with computing it, it crashed with the errorcode below...
Log (if any)
No response
More Debug Information
No response
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.