Hi Statalist
This is a question about implementing the Hausman-Taylor estimator -xthtaylor- within multiple imputation (i.e. following -mi estimate:- )
Specifically, I have completed the preceding steps in -mi- implementation
. mi set mlong
. mi register imputed ...
. mi register regular ...
. mi impute chained ...
However, when it comes to running
. mi estimate: xthtaylor [dep var] [exogenous vars] [endogenous vars], endog([endogenous vars])
The following error message appears:
mi estimate: command not supported
xthtaylor is not officially supported by mi estimate; see mi estimation for a list of Stata
estimation commands that are supported by mi estimate. You can use option cmdok to allow
estimation anyway.
My questions are:
1) Is -xthtaylor- not supported due to technical/computational reasons – in other words, is this something that a later version Stata may be able to support? Or are there theoretical reasons prohibiting the use of -xthtaylor- within -mi estimate-?
2) If the option -cmdok- is used to force an estimation, are there reasons to be sceptical of the results? (i.e. is this a recommended approach?)
Thank you very much for your help.
Related Posts with Running Hausman-Taylor estimator after multiple imputation
how to combine (as in overlap) multiple catplots?Hi Guys, Hope you're all well. Code: catplot letter if 2020dummy==1, percent hor var1opts(sort(1)…
Ripley's spatial K-function: Generating clusters based on geographical information in firm-level & patent-level panel dataDear Stata users, I have firm-level panel data (merged with patent-level data) with geographical in…
Need help to add observations for each category.Hi Everyone, I am trying to find the total of the variables in stata but keep getting error message…
Graph export to a specific folderHi all, May I know how to export a graph as .png to a specific folder? The default location is the …
Meta - Forest plot - How do we get high-res figures in large meta-analyses?Dear statalisters, -meta- with the option forestplot is capable of producing great forest plots, wh…
Subscribe to:
Post Comments (Atom)
0 Response to Running Hausman-Taylor estimator after multiple imputation
Post a Comment