insightsengineering / rbmi

Reference based multiple imputation R package
https://insightsengineering.github.io/rbmi/
Other
14 stars 4 forks source link

Vignette about implementing retrieved-dropout methods using rbmi #414

Open nociale opened 2 weeks ago

nociale commented 2 weeks ago

rbmi can support the implementation of retrieved-dropout methods. However, a vignette describing how these can be implemented is still missing.

The vignette should include:

Out of scope: full evaluation of the different approaches, the vignette has as only purpose to show how to implement these methods using rbmi.

To be evaluated: whether to add something to stats_specs vignette, as retrieved dropout methods are mentioned only in section 2.2.3.

nociale commented 2 weeks ago

@wolbersm please find above a proposal for the additional vignette on the implementation of retrieved dropout methods using rbmi. Could you please review the proposal and suggest as needed? Thank you!

wolbersm commented 2 weeks ago

Hi @nociale

Thanks a lot! This is very much in line with what we discussed previously and looks very good.

Regarding examples:

It would be good to try the examples out for both Bayesian MI and conditional mean imputation and I hope estimates & SE will indeed be similar. For the actual vignette, we can stick to one method and I'd opt for conditional mean imputation (but mention that other methods would also be valid).

nociale commented 2 weeks ago

@wolbersm thanks! I agree with you. I will use conditional mean imputation for the vignette but I will try to compare with Bayesian MI "outside" the vignette.