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
How can I access, and refer to the panel and time variable in a dataset that has been -xtset- ?Good morning, I am writing some program that is working on data that is -xtset-. In the program I n…
reghdfe - difference between robust and cluster errorI ran a regression with reghdfe on multiple imputation datasets, The data includes 500 organizations…
testThis is similar to a question that has been asked before previously: Testing for significant differe…
Comparing coefficients from two ivregress models from two different samplesThis is similar to a question that has been asked before previously: Testing for significant differe…
twoway by group titlesHi there Does anyone know how to rename the titles of each graph when using the by() option? For e…
Subscribe to:
Post Comments (Atom)
0 Response to Using estimates from MI regression in Forecast function
Post a Comment