You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to reach out because I'm currently working on a causal mediation analysis using MICE imputed datasets. I've fitted the mediator model using lme4::lmer and the dependent variable (dv) model using lme4::glmer. These models were run with 10 MICE imputed datasets, and I included fixed effects covariates and a random effect as "+(1 | ID)".
I've tried using both $d.avg.group and $d.avg.sims to obtain the results, they yield the same results. I have a suspicion that this might be because I didn't specify group.out for either the mediator or the dv model. So, my question is: Does the default option in this case draws from the mediator model or the dv model?
I would like to confirm the extraction of correct mediate() output parameters for pooling based on Rubin's rules. Please see extraction and calculation below for ACME, ADE and TDE and Prop.mediated.
Thank you so much for taking the time to read and respond to my question. I truly appreciate your help!
Below is the mediate() fitting:
#cm_list contains 10 of individually fitted models from mfit_list and dvfit_list by each of the 10 imputed set
I wanted to reach out because I'm currently working on a causal mediation analysis using MICE imputed datasets. I've fitted the mediator model using lme4::lmer and the dependent variable (dv) model using lme4::glmer. These models were run with 10 MICE imputed datasets, and I included fixed effects covariates and a random effect as "+(1 | ID)".
I've tried using both $d.avg.group and $d.avg.sims to obtain the results, they yield the same results. I have a suspicion that this might be because I didn't specify group.out for either the mediator or the dv model. So, my question is: Does the default option in this case draws from the mediator model or the dv model?
I would like to confirm the extraction of correct mediate() output parameters for pooling based on Rubin's rules. Please see extraction and calculation below for ACME, ADE and TDE and Prop.mediated.
Thank you so much for taking the time to read and respond to my question. I truly appreciate your help!
Below is the mediate() fitting:
#cm_list contains 10 of individually fitted models from mfit_list and dvfit_list by each of the 10 imputed set
Please see codes for extraction and pooling below:
The text was updated successfully, but these errors were encountered: