Skip to content

Commit e12f3ae

Browse files
20250416 - temporary fix
1 parent cf5fb4c commit e12f3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

multipleImputation.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ mi_mice <- mice(
253253

254254
### `jomo` {#jomo}
255255

256-
```{r}
256+
```{r, eval = FALSE}
257257
level1Vars <- c("height")
258258
level2Vars <- c("v3","v4")
259259
clusterVars <- c("id")
@@ -411,7 +411,7 @@ mi_mice_long$newVar <- mi_mice_long$age * mi_mice_long$height
411411

412412
### `jomo`
413413

414-
```{r}
414+
```{r, eval = FALSE}
415415
mi_jomo <- mi_jomo %>%
416416
rename(height = dataToImpute...level1Vars.)
417417
@@ -436,7 +436,7 @@ mi_mice_mids <- as.mids(mi_mice_long)
436436

437437
### `jomo`
438438

439-
```{r}
439+
```{r, eval = FALSE}
440440
mi_jomo_mids <- miceadds::jomo2mids(mi_jomo)
441441
```
442442

0 commit comments

Comments
 (0)