Skip to content

Commit 0a33a10

Browse files
committed
messing w data
1 parent f17d41d commit 0a33a10

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

chapter1.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -637,17 +637,13 @@ Please read the instructions below and in the comments to the right very careful
637637

638638
```{r}
639639
library(lavaan)
640-
library(lavaan.survey)
641640
library(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
653649
model.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
688683
model.qs <- "
689684
cs08 =~ 1 * cs08a247

datasets/liss.rdata

79.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)