Dear all.
I need to tip to estimate the interaction effect among latent variables for hierarchical factor structure what I constructed 2nd ordered structure.
Here is my syntax of parts.
Fit <- '
# Entrepreneurs action
EA_information =~ EA_Buntler3 + EA_Buntler4 + EA_Buntler5 + EA_Buntler6
EA_plan =~ EA_Koo1 + EA_Koo2
EA_worker_edu =~ EA_Koo3 + EA_Koo4
EA_intervention =~ EA_Koo6 + EA_Koo7 + EA_Koo8 + EA_Koo9 + EA_Koo10 + EA_Koo11
EA =~ EA_information + EA_plan + EA_worker_edu + EA_intervention
# environment (mediator moderator)
EV_finance =~ finance1 + finance2 + network4
EV_information =~ network1 + network2 + network3
EV =~ EV_information + EV_finance
# Entrepreneurs Performance
EP_objective =~ performance2 + performance3 + performance4 + performance5 + performance6
EP_career =~ performance7 + performance8
EP_subjective =~ performance9 + performance10 + performance11
EP =~ EP_objective + EP_career + EP_subjective
# main effect
EP ~ EA + EV
# moderating effect
EP ~ EA * EV
'
I know this: In the lavaan, I have to make new variables for interaction terms in data.frame by myself before execute lavaan.
But, I want to make a testing interaction hypothesis (or a term) directly. Because, factor structures are 2nd-ordered structure. I don't know how make new interaction terms in data.frame for 2nd-ordered structure.
Please give me some tips.
Thanks a lot every writing new topic for my questions.
--
Seongho Bae