We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9703fd commit 555f0a1Copy full SHA for 555f0a1
chapter1.md
@@ -645,6 +645,9 @@ data(liss)
645
646
*** =sample_code
647
```{r}
648
+library(lavaan.survey)
649
+data(liss) # Loads data from the lavaan.survey package
650
+
651
# Formulate the quasi-simplex model for three timepoints
652
# Adapt this to also include the measurement at 2011, cs11d247
653
model.qs <- "
@@ -679,7 +682,8 @@ std_estimates
679
682
680
683
*** =solution
681
684
-
685
686
687
688
689
cs08 =~ 1 * cs08a247
0 commit comments