diff --git a/08-Structural-Equation-Modeling.Rmd b/08-Structural-Equation-Modeling.Rmd index e4fb117a1..594d7ed44 100644 --- a/08-Structural-Equation-Modeling.Rmd +++ b/08-Structural-Equation-Modeling.Rmd @@ -484,6 +484,14 @@ formativeModelParameters Here are the degrees of freedom:\index{structural equation modeling!degrees of freedom} ```{r} +PT <- lavaanify( + formativeModel_syntax, + fixed.x = TRUE, # sem() sets fixed.x = TRUE by default + meanstructure = TRUE # estimator = "MLR" and missing = "ML" both set meanstructure = TRUE + ) + +lav_partable_df(PT) + formativeModelFit ```