-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Description
Being able to directly run a lavaan program is useful when the default options of growth curves and SEM are not appropriate
Purpose
growth curve modeling such as FM-Shift and latent basis growth models
Use-case
studies of longitudinal growth/decline
Is your feature request related to a problem?
The growth curve module requires fixed factor loadings and sem requires the choice of either factor means or manifest intercepts but not both
Is your feature request related to a JASP module?
No response
Describe the solution you would like
I would like to be able to load a lavaan program into the R module and be able to execute it
Describe alternatives that you have considered
None seem available
Additional context
Here is an example of a lavaan program that I can't do:
Fig13.6Model<-"
regressions
RI=~L1wisc_1
RI=~L2wisc_2
RI=~L3wisc_3
RI=~L4wisc_4
residuals, variances and covariances
wisc_1 ~~ V_e1wisc_1
wisc_2 ~~ V_e1wisc_2
wisc_3 ~~ V_e3wisc_3
wisc_4 ~~ V_e4wisc_4
RI ~~ 1.0*RI
means
RIa1*1t11
wisc_1
wisc_2~t11
wisc_3t1*1t1*1
wisc_4
"