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

qgcomp.partials quantile definition bug in version 2.9.1 #28

Closed alexpkeil1 closed 1 year ago

alexpkeil1 commented 1 year ago

If using .fixbreaks = TRUE (default) in qgcomp.partials, a bug presents where the quantile definitions for one variable are imposed on other variables in an arbitrary fashion. If using v2.9.1 or v2.9.0, it is recommended to set .fixbreaks=FALSE (the old default behavior) until you can install v2.10.0, which is currently in testing.

alexpkeil1 commented 1 year ago

CRAN version 2.10.1 is up and solves this issue https://cran.r-project.org/web/packages/qgcomp/index.html