File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 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
637637
638638` ` ` {r}
639639library(lavaan)
640- library(lavaan.survey)
641640library(dplyr)
642641
643- data( liss)
642+ load(url("http://daob.nl/files/SURV730/ liss.rdata") )
644643` ` `
645644
646645*** =sample_code
647646` ` ` {r}
648- library(lavaan.survey)
649- data(liss) # Loads data from the lavaan.survey package
650-
651647# Formulate the quasi-simplex model for three timepoints
652648# Adapt this to also include the measurement at 2011, cs11d247
653649model.qs <- "
@@ -682,8 +678,7 @@ std_estimates
682678
683679*** =solution
684680` ` ` {r}
685- library(lavaan.survey)
686- data(liss) # Loads data from the lavaan.survey package
681+
687682
688683model.qs <- "
689684 cs08 =~ 1 * cs08a247
You can’t perform that action at this time.
0 commit comments