-
Notifications
You must be signed in to change notification settings - Fork 29
Description
JASP Version
0.18.3
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
Expected Behaviour
It should work. Model fit cannot be calculated for non-linear model. But I do not need the model fit.
Steps to Reproduce
Run the following syntax with the above given data.
#latent variable
Product =~ Product1 + Product2 + Product3 + Product4 + Product5
Price =~ Price1 + Price2 + Price3 + Price4 + Price5
Intention =~ Int1 + Int2 + Int3 + Int4 + Int5
#structural model
Intention ~ Product + Price
Intention ~ Product.Price
Log (if any)
This analysis terminated unexpectedly.
Error: The following error occured while computing the model-implied indicator correlation matrix:
fit()
currently not applicable to nonlinear models.
Stack trace
To receive assistance with this problem, please report the message above at: https://jasp-stats.org/bug-reports
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.