larmarange / broom.helpers

A set of functions to facilitate manipulation of tibbles produced by broom
https://larmarange.github.io/broom.helpers/
GNU General Public License v3.0
21 stars 8 forks source link

tidy_multgee not working with mice::pool #223

Closed ndsubison2178 closed 1 year ago

ndsubison2178 commented 1 year ago

tidy_multgee not working with mice::pool does not work with mice::pool().

Error: No tidy method for objects of class character In addition: Warning messages: 1: In get.dfcom(object, dfcom) : Infinite sample size assumed. 2: 'tidy.numeric' is deprecated. See help("Deprecated")

ddsjoberg commented 1 year ago

Thank you for your post. Please update your post with a reproducible example, aka a reprex. A reprex includes both data and code we can run on our machines that replicates your finding. Make the example as short as possible: the minimal amount of code to reproduce your finding and nothing more.

Take just a few minutes to review reprex.tidyverse.org for detailed instructions on how to create a reprex.

larmarange commented 1 year ago

I'm closing for now. Please reopen the issue with a reproducible example