I would like to use estimates from a regression (that used 'multiple imputation') in the 'forecast' function.
After imputing data gaps using 'mi impute regress', I use 'mi estimate' and store the estimates under 'stunting':
mi estimate, post: regress Stunting Indicators
estimates store stunting
Then I run the following lines:
forecast create stunting, replace
forecast estimates stunting
But get the following error:
"unsupported command
forecast does not support the mi command prefix"
Is there any way to store the estimates so they can be used in forecast?
I am using Stata 13 SE and would like to produce the following exercise: https://www.stata.com/stata-news/news29-3/forecast/
Related Posts with Using estimates from MI regression in Forecast function
Kruskal-Wallis H test with Binary Variable across multiple groupsHi; I am a qualitative researcher who is relatively new to STATA. I have found reading this forum ve…
Code: Add Variable with Ideal lower and higher numerical values in Panel datasetHello, Could any one of your please help me with coding to add a new variable to the existing datas…
Mixed vs fixed effects linear regression modelsDear all, I would like to thank you in advance, I am a new user of Stata and I have some trouble ana…
Drawing a sample from dataset.Hi everyone, I have dataset on enterprises which are categorized by sectors and regions. I wanted to…
Support of using Epi Week for Time Series AnalysisI converted a date variable into Epi Week / Morbidity that will used in Time Series analysis using e…
Subscribe to:
Post Comments (Atom)
0 Response to Using estimates from MI regression in Forecast function
Post a Comment