Skip to content

Commit 30efb14

Browse files
20260108 - pool results
1 parent 1d31082 commit 30efb14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

multipleImputation.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ fit_lm <- with(
481481

482482
### Pool Results Across Models
483483

484+
There is currently a bug in the `mice` package that prevents the pooled results from displaying online due to an error (see below).
485+
I have reported this bug to the package developers and they are aware of it: <https://github.com/amices/mice/issues/733>.
486+
In any case, the code runs fine locally.
487+
484488
```{r}
485489
fit_lm_pooled <- mice::pool(fit_lm)
486490
@@ -498,6 +502,10 @@ fit_lmer <- with(
498502

499503
### Pool Results Across Models
500504

505+
There is currently a bug in the `mice` package that prevents the pooled results from displaying online due to an error (see below).
506+
I have reported this bug to the package developers and they are aware of it: <https://github.com/amices/mice/issues/733>.
507+
In any case, the code runs fine locally.
508+
501509
```{r}
502510
fit_lmer_pooled <- mice::pool(fit_lmer)
503511

0 commit comments

Comments
 (0)