Hi, my empirical strategy is as follows:
1. Apply coarsened exact matching to get weights
cem all_controls, treatment(cem_weights_from_step1)
2. Run xtreg with random effects but using mle option as it is the only that accepts weights estimated from step 1. As follows:
xtreg log_prices Covariates, re [iweight=cem_weights_from_step1]
Results are pretty cool but command from step 2 does not report/calculate R-squared. For comparability purposes with other estimations I need it. Is there any way to calculate it manually?
Best,
Mario
Related Posts with Panel Random Effects/MLE, rho and R-squared
Lag selectionHello, I am new to stata and statistics. I am running a panel model (t=17, N=130) with fixed effects…
Testing: creating loop that references parts of other variable names to determine value of a variableHi all, My question is about how to create a loop that references the name of a variable in determin…
Optimal sample, power and sample sizeHello dear all; I need your assistance on one small issue ,i use micro panel data to investigate imp…
How to identify the collinear variables in a regressionI am running a difference in differences regression, where my treatment variable is called beneficia…
taboutDear Statalisters, I am trying to create tables for a couple of variables over two rounds of data 2…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Random Effects/MLE, rho and R-squared
Post a Comment