amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
433 stars 107 forks source link

Add support for models reporting contrasts rather than terms #498

Closed LukasWallrich closed 1 year ago

LukasWallrich commented 2 years ago

To fix #497, I made small edits to pool.fitlist and tidy.mipo that now accept contrast as an alternative to term ... before, tidy.mipo would just fail without a term column.

Does that make sense to you?

stefvanbuuren commented 1 year ago

Lukas, thanks a lot for your contribution. Now merged.