Hi all,
I would like to perform a multilevel path
analysis with observed variables, in which I have 2 continuous variables at level 2, 1
continuous mediator at level 1 and 1 continuous DV at level 1 (as
depicted).
Is it possible to conduct this analysis in
multilevel Lavaan? If so, can someone help me with the syntax? I'm not sure how
to specify 'level:within' and especially 'level:between'. If not, can someone recommend another package or software that can manage this kind of path analysis?

model1 <- '
level: within
...
level:between
...'
Many thanks