Skip to content

[Feature Request] Run a lavaan program by itself? #3698

@PhillipKWood

Description

@PhillipKWood

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=~L2
wisc_2
RI=~L3wisc_3
RI=~L4
wisc_4

residuals, variances and covariances

wisc_1 ~~ V_e1wisc_1
wisc_2 ~~ V_e1
wisc_2
wisc_3 ~~ V_e3wisc_3
wisc_4 ~~ V_e4
wisc_4
RI ~~ 1.0*RI

means

RIa1*1
wisc_1
t11
wisc_2~t1
1
wisc_3t1*1
wisc_4
t1*1
"

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions