File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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}
485489fit_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}
502510fit_lmer_pooled <- mice::pool(fit_lmer)
503511
You can’t perform that action at this time.
0 commit comments