Hi,
I created an MI dataset using mi impute chained. I then recreated multiple scales within the imputed dataset, from individual variables that had been imputed, using mi passive.
Now, I would like to analyze these data. The first time I run a model in this dataset (see example below), I get some notes at the top, about values in the imputations being updated to match values in m=0. I have never come across this note before. What does this mean/why would this happen? Is this something to be concerned about?
The 5 variables in the note were all recreated within the MI dataset from other variables, but they also were not the only variables that I recreated within the MI dataset.
Thanks,
Robin
:
I created an MI dataset using mi impute chained. I then recreated multiple scales within the imputed dataset, from individual variables that had been imputed, using mi passive.
Now, I would like to analyze these data. The first time I run a model in this dataset (see example below), I get some notes at the top, about values in the imputations being updated to match values in m=0. I have never come across this note before. What does this mean/why would this happen? Is this something to be concerned about?
The 5 variables in the note were all recreated within the MI dataset from other variables, but they also were not the only variables that I recreated within the MI dataset.
Thanks,
Robin
:
PHP Code:
. mi estimate: regress ae_sex_mi b2.sex, base
(3800 values of passive variable ae_sum_mi_z in m>0 updated to match values in m=0)
(3800 values of passive variable ae_sex_mi_z in m>0 updated to match values in m=0)
(3800 values of passive variable ae_inhibit_mi_z in m>0 updated to match values in m=0)
(3800 values of passive variable cse_sum_mi_z in m>0 updated to match values in m=0)
(3800 values of passive variable sri_sum_mi_z in m>0 updated to match values in m=0)
Multiple-imputation estimates Imputations = 25
Linear regression Number of obs = 205
Average RVI = 0.0003
Largest FMI = 0.0006
Complete DF = 203
DF adjustment: Small sample DF: min = 200.92
avg = 200.95
max = 200.98
Model F test: Equal FMI F( 1, 201.0) = 5.68
Within VCE type: OLS Prob > F = 0.0181
------------------------------------------------------------------------------
ae_sex_mi | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
sex |
Female | -3.106659 1.30376 -2.38 0.018 -5.677463 -.535855
_cons | 19.16413 .8494671 22.56 0.000 17.48912 20.83914
------------------------------------------------------------------------------
Comment