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
Error-correction model with GMM first differenceDear Statalist users Could you please help with advice on how to construct an Error correction mode…
Stratified Random SamplingHello, I am using STATA 14. Currently I am working with a dataset with 471 observations where I have…
Test for two mean and standard deviation with unknown sample size.Hi, I have lung function data (mean and SD) for two time point, say, admission and discharge for 20 …
HC2 HC3 standard errors with clustersDear all I have one question regarding robust standard errors with the command regress. Does it make…
auto-filter variable name in dialog boxHi, I'm relatively new to Stata and am wondering if I'm missing something simple when it comes to se…
Subscribe to:
Post Comments (Atom)
0 Response to Using estimates from MI regression in Forecast function
Post a Comment