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
Reporting R-squared values in System GMM estimationHi everyone, This is a query on how to report the R-squared (or Adjusted R-squared) value in a syst…
Regression and Outreg2 variable label displayHello I am running a normal regression and i labeled my variables and their values (they are all cat…
How can I extract a portion of a string variable using regular expressions?Hi everyone! Thanks in advance for your time and help. I have the following problem....Some of the …
Wildcards with noccurHi there, Can I use wildcards with the egen function noccur? If not, is there another way to use wi…
Using svyset for melogitHello, I am analyzing a binary outcome (depvar) using melogit so that I may 1) account for the comp…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Random Effects/MLE, rho and R-squared
Post a Comment