Hi Statalist,
I am new to the forum and to multiple imputations. I plan to run a cox regression model, but three covariates (World Health Organization Clinical stage, CD4 T-cell count and HIV viral load) have missing values. I have used the mi command to impute missing values for the three variables.
I have the following questions:
1. When I ran the sum command for CD4 T-cell count and HIV viral load after imputation of missing variables, I noted that Ithe newly computed variables include negative numbers which is odd. can this be prevented?
sum baseline_cd4
Variable Obs Mean Std. Dev. Min Max
baseline_cd4 100,777 267.6011 226.9528 -498.9758 1580
2. For the cox regression, I plan to transform both CD4 T-cell count and HIV viral load. I plan to analyze CD4 T-cell count in increments of 100 cell ( gen b_cd4_100 = baseline_cd4/100) and categorize HIV Viral load ( egen viralload0_cat = cut( rnavload_0 ), at( 0 , 1000,10000, 100000,9914937 )
With these transformations, will the integrity of the multiple imputations be maintained? or do I need to carry out the transformation before the multiple imputations?
Thank you.
Max
Related Posts with Data transformation after multiple imputation
group-based trajectory modeling - how to obtain the 95% CI of the number of identified groups?Hello statalists, I used the traj command and applied Nagin's criteria to identify the number of tr…
Creating a new date variable and converting it to %td formatHi all, I have a hopefully simple formatting question for dates. Most resources I've found on dates…
In space placebo error: variable does not existHi all, First of all, the best wishes for 2023! I am struggling with my last placebo test (in-sp…
Interpreting a time variant covariate in a linear mixed effects modelHello, I am looking for some help with interpreting the coefficients in a linear mixed effects mode…
Collinearity problem DiDHello, I have this data. I'm trying to run a placebo DiD. Pre-treatment =2018. Some of the drugs go…
Subscribe to:
Post Comments (Atom)
0 Response to Data transformation after multiple imputation
Post a Comment