We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12f3ae commit ec9eaddCopy full SHA for ec9eadd
multipleImputation.Rmd
@@ -253,7 +253,7 @@ mi_mice <- mice(
253
254
### `jomo` {#jomo}
255
256
-```{r, eval = FALSE}
+```{r}
257
level1Vars <- c("height")
258
level2Vars <- c("v3","v4")
259
clusterVars <- c("id")
@@ -411,7 +411,7 @@ mi_mice_long$newVar <- mi_mice_long$age * mi_mice_long$height
411
412
### `jomo`
413
414
415
mi_jomo <- mi_jomo %>%
416
rename(height = dataToImpute...level1Vars.)
417
@@ -436,7 +436,7 @@ mi_mice_mids <- as.mids(mi_mice_long)
436
437
438
439
440
mi_jomo_mids <- miceadds::jomo2mids(mi_jomo)
441
```
442
0 commit comments