-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.19.1
Commit ID
No response
JASP Module
SEM
What analysis are you seeing the problem on?
SEM
What OS are you seeing the problem on?
macOS Silicon
Bug Description
Error in names(indirect_effects) <- effect_names: 'names' attribute [2380] must be the same length as the vector [70]
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)
.semFitTab(jaspResults, modelContainer, dataset, options, ready)
.semComputeResults(modelContainer, dataset, options)
.semEffectsSyntax(originalSyntax, syntaxTable, regressions, dataset, options)
Expected Behaviour
Run the SEM model successfully.
Steps to Reproduce
1.write my code
2.command+shift to apply it
3.error
...
Log (if any)
Error in names(indirect_effects) <- effect_names: 'names' attribute [2380] must be the same length as the vector [70]
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)
.semFitTab(jaspResults, modelContainer, dataset, options, ready)
.semComputeResults(modelContainer, dataset, options)
.semEffectsSyntax(originalSyntax, syntaxTable, regressions, dataset, options)
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.