alexpkeil1 / qgcomp

QGcomp (quantile g-computation): estimating the effects of exposure mixtures. Works for continuous, binary, and right-censored survival outcomes. Flexible, unconstrained, fast and guided by modern causal inference principles
27 stars 6 forks source link

mice package "pool" function not working #23

Closed alexpkeil1 closed 2 years ago

alexpkeil1 commented 2 years ago

From an email:

In mice.impute.leftcenslognorm (), the examples given can not run normally, always an Error is as follows: Error: No tidy method recognized for this list.

qgcomp v2.8.0

This appears to be due to some change in another package. Will investigate fixes.

alexpkeil1 commented 2 years ago

Well it turns out this was already fixed in v2.8.1, but that version is not on CRAN.

You can install via:

qgcomp:::.devinstall()

and it will release to CRAN when there are a couple of other maintenance issues added.

alexpkeil1 commented 2 years ago

This is official in CRAN version 2.8.5 - update if you run into this issue. https://cran.r-project.org/web/packages/qgcomp/index.html