Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when structural model contains only second-order constructs #366

Closed
M-E-Rademaker opened this issue Feb 20, 2020 · 0 comments
Closed
Assignees
Labels
bug Something isn't working
Projects

Comments

@M-E-Rademaker
Copy link
Collaborator

Currently this model fails when estimated with csem()

model='
c1 <~ x11+x12
c2 =~ x21+x22+x23+x24
c3 =~ x31+x32+x33+x34+x35+x36+x37+x38

c4 =~ x61+x62
c5 <~ x71+x72+x73+x74
c6 =~ x81+x82+x83+x84+x85+x86+x87+x88

cc1 <~ c1 + c2 + c3
cc2 <~ c4 + c5 + c6

cc2 ~ cc1
' 

Reason: there are only constructs that are attached to a second-order construct or that represent the second-order construct. This causes trouble internally in calculate2ndStage()

@M-E-Rademaker M-E-Rademaker added the bug Something isn't working label Feb 20, 2020
@M-E-Rademaker M-E-Rademaker added this to the For version 0.2.0 milestone Feb 20, 2020
@M-E-Rademaker M-E-Rademaker self-assigned this Feb 20, 2020
@M-E-Rademaker M-E-Rademaker added this to To do in cSEM via automation Feb 20, 2020
cSEM automation moved this from To do to Done Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
cSEM
  
Done
Development

No branches or pull requests

1 participant