0

I need to create a structural model in Csem. It contains 3 variables: a mediation and a moderator. enter image description hereVisual model:

model = '

#Reflective model 
  jobSatisfaction =~ jobSatisfaction_1 + jobSatisfaction_2 + jobSatisfaction_3 + jobSatisfaction_4 + jobSatisfaction_5 + jobSatisfaction_6
  orgSupport =~ orgSupport_1 + orgSupport_2 + orgSupport_3 + orgSupport_4 + orgSupport_5 + orgSupport_6 + orgSupport_7 + orgSupport_8
  performance =~ performance_1 + performance_2 + performance_3 + performance_4

#Structural model
jobSatisfaction ~ orgSupport

performance ~ orgSupport + jobSatisfaction  #+ orgSupport.jobSatisfaction

'
# Return summary
summarize(out)
#fail
assess(out)
Phil
  • 7,287
  • 3
  • 36
  • 66
  • Please disable the automated translator in your browser or move to [es.so]. – Adriaan May 23 '23 at 09:42
  • What's the issue exactly? What's wrong with the code you have? Without a [reproducible example](https://stackoverflow.com/q/5963269/5325862), we can't run anything – camille May 24 '23 at 17:05

0 Answers0