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
Inequality analysisHi, I’am new in the forum, I don’t know if I posted in good place for my question, this is my first …
New package predsurv on SSCThanks as always to Kit Baum, a new package predsurv is now available for download from SSC. In Stat…
Levenshtein Distance (fuzzy matching) with a loopHello guys, I am currently trying to do fuzzy matching of two "string" variables (var1 and var2) in…
Creating unique group ID variableDear all I have a hopefully trivial question that I can't get my head around right now. My data set…
Problem with creating subgroups based on age variableI have a panel data of companies and their ages and returns for a period of 20 years. as a control f…
Subscribe to:
Post Comments (Atom)
0 Response to Using estimates from MI regression in Forecast function
Post a Comment