uo-cmor / cea

Functions for Trial-Based Cost-Effectiveness Analysis
Other
0 stars 0 forks source link

Missing data analysis #7

Closed rosswilson-nz closed 3 years ago

rosswilson-nz commented 3 years ago

estimate() should work with multiple imputation data (from mice`)

rosswilson-nz commented 3 years ago

Added estimate.mids() and pool_cea()

pool_cea() is a custom implementation of mice::pool() that returns a mipo-like object (with class cea_pooled/cea_estimate)

We need this custom implementation because the full vcov matrix is needed for bootstrapping and calculation of CIs (for e.g. INMB) and CEAC -- mice::pool() only computes the estimate & SE/var seperately for each parameter