File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -637,17 +637,13 @@ Please read the instructions below and in the comments to the right very careful
637
637
638
638
` ` ` {r}
639
639
library(lavaan)
640
- library(lavaan.survey)
641
640
library(dplyr)
642
641
643
- data( liss)
642
+ load(url("http://daob.nl/files/SURV730/ liss.rdata") )
644
643
` ` `
645
644
646
645
*** =sample_code
647
646
` ` ` {r}
648
- library(lavaan.survey)
649
- data(liss) # Loads data from the lavaan.survey package
650
-
651
647
# Formulate the quasi-simplex model for three timepoints
652
648
# Adapt this to also include the measurement at 2011, cs11d247
653
649
model.qs <- "
@@ -682,8 +678,7 @@ std_estimates
682
678
683
679
*** =solution
684
680
` ` ` {r}
685
- library(lavaan.survey)
686
- data(liss) # Loads data from the lavaan.survey package
681
+
687
682
688
683
model.qs <- "
689
684
cs08 =~ 1 * cs08a247
You can’t perform that action at this time.
0 commit comments