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 to extract matrix elements to Word table using putdocx table?I have a matrix called matrix1 whose values are present and verified (e.g., using matrix list matrix…
Oaxaca decomposition interpretation - pooled method and reference categoryHello, I'm using the Blinder-Oaxaca decomposition to study the wage differentials between males and…
Fill a dummy for all individuals based on the answer of only oneHello everyone, Just a quick question on dummy creation. I'm working on a household survey and I w…
Separating by group in a scatterI would like to plot the mean wage with confidence standard deviations by grade and race (black v wh…
How should I test significance between 2 groups?I have two groups. I want to measure whether group difference is significant or not. For example, in…
Subscribe to:
Post Comments (Atom)
0 Response to Using estimates from MI regression in Forecast function
Post a Comment