Error:
(1)Hello I was trialling my code again on a new dataset I have just cleaned - which were patient outcomes data
(2) A few days ago as you have recognised from my posts I was asking about -multiple imputation - and was trying to learn on my stata.
I made a formal decision to first clean my patient outcomes data (1) - merge to my original data which I had been using to run this do file (2) - this never had - mi - stuff on here
I had been playing around with -mi- but never saved anything,
perhaps I may have -set- some settings from what I gather?
How do I remove this please? so I can just run st survivalt
The reason being, I haven't learnt multiple imputation fully and would like to apply once I have learnt it
I have no recollection which variable I used with miset or perhaps was trialling
Code:
st survivalt, failure(fail==1) no; data are mi set. Use mi stset to set or query these data ... r119
(2) A few days ago as you have recognised from my posts I was asking about -multiple imputation - and was trying to learn on my stata.
I made a formal decision to first clean my patient outcomes data (1) - merge to my original data which I had been using to run this do file (2) - this never had - mi - stuff on here
I had been playing around with -mi- but never saved anything,
perhaps I may have -set- some settings from what I gather?
How do I remove this please? so I can just run st survivalt
The reason being, I haven't learnt multiple imputation fully and would like to apply once I have learnt it
I have no recollection which variable I used with miset or perhaps was trialling
Comment