Skip to content

Commit 7e6fe38

Browse files
20260108 - section headers
1 parent 30efb14 commit 7e6fe38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multipleImputation.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ mids2mplus(mi_amelia_mids, path = file.path("InsertFilePathHere", fsep = ""))
471471

472472
# Fit Model to Multiply Imputed Data
473473

474-
## Multiple Regression
474+
## Multiple Regression {#sec-multiple-regression}
475475

476476
```{r}
477477
fit_lm <- with(
@@ -492,7 +492,7 @@ fit_lm_pooled
492492
summary(fit_lm_pooled)
493493
```
494494

495-
## Mixed Model
495+
## Mixed Model {#sec-mixed-model}
496496

497497
```{r}
498498
fit_lmer <- with(

0 commit comments

Comments
 (0)