-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.95.1
Commit ID
No response
JASP Module
SEM
What analysis are you seeing the problem on?
PLS SEM
What OS are you seeing the problem on?
Windows 11
Bug Description
Hi,
Would appreciate it if you can help on the following.
Here is the error:
This analysis terminated unexpectedly.
Error: The following error occured in the calculateModelSelectionCriteria() function:
.object
must be of class cSEMResults
.
Stack trace
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.plsSemFitTab(modelContainer, dataset, options, ready)
.withWarnings(.computeMSC(results, dataset, options))
withCallingHandlers(expr, warning = wHandler)
.computeMSC(results, dataset, options)
cSEM::calculateModelSelectionCriteria(resultsCopy, .only_structural = FALSE, .by_equation = FALSE)
stop2('The following error occured in the calculateModelSelectionCriteria() function:n', '.object
must be of class cSEMResults
.')
stop(..., call. = FALSE)
Expected Behaviour
The complete analysis should show.
Steps to Reproduce
The system works when I use 1k samples but crashes when I used 2k and up.
Log (if any)
This analysis terminated unexpectedly.
Error: The following error occured in the calculateModelSelectionCriteria() function:
.object
must be of class cSEMResults
.
Stack trace
doTryCatch(return(expr), name, parentenv, handler)
withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)
analysis(jaspResults = jaspResults, dataset = dataset, options = options)
.plsSemFitTab(modelContainer, dataset, options, ready)
.withWarnings(.computeMSC(results, dataset, options))
withCallingHandlers(expr, warning = wHandler)
.computeMSC(results, dataset, options)
cSEM::calculateModelSelectionCriteria(resultsCopy, .only_structural = FALSE, .by_equation = FALSE)
stop2('The following error occured in the calculateModelSelectionCriteria() function:n', '.object
must be of class cSEMResults
.')
stop(..., call. = FALSE)

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.