Hi Stata folks,
I'm running some panel models using the following command: xtreg y x1 x2 x3, re mle vce(bootstrap)
and then also using the xsmle package (Belotti, Hughes, Mortari, 2013): xsmle y x1 x2 x3, wmat(spm_name) model(war) re vie(dkraay)
-nick
I'm running some panel models using the following command: xtreg y x1 x2 x3, re mle vce(bootstrap)
and then also using the xsmle package (Belotti, Hughes, Mortari, 2013): xsmle y x1 x2 x3, wmat(spm_name) model(war) re vie(dkraay)
- Since I can't get standard post-estimation plots (rvpplot avplots) to run after these kind of regressions, what's the best approach to obtaining accurate diagnostics? I'm trying to assess linearity, examine residuals, and so forth.
- Is it appropriate to compare AIC and BIC across two models with the same regressors, but different estimation approaches? For instance, in this case, the RE model returns much lower AIC scores than the xsmle model.
-nick
Comment