Hi statalist community
For cross-section data analysis, I have learned two ways of running regression ( that incorporate fixed effects)
Way 1: logit DepVar IndepVar1 IndepVar2 i.fixed_effect1 i.fixed_effect2, vce (robust)----this gives me Psudo R^2
Way 2: Two steps xtset fixed_effect1 and then xtlogit DepVar IndepVar1 IndepVar2 i.fixed_effect2, fe vce (bootstrap)--- it does not give Psudo R^2
Comparing Way 1 and Way 2, I can not use vce (robust) in Way 2. Moreover, Way 2 does not give Psudo R^2.
Is there any advantage in going for Way 2 instead of going for Way 1? Or is there any advantage in going for Way 1 instead of Way 2?
Related Posts with Cross sectional_Panel
if and else in Stata versus MataDear all I am analysing the Mata code behind a command (fairlie) in order to understand what actuall…
Cluster ValidationDear Stata users, I was wondering whether there are any options to perform cluster validation in Sta…
Duration model, cox or whatever?We have to do a duration model with ens_dur.dta to look for spell to quit smoking and what makes it …
GRAVITY PPML vs ML(maximum likelihood )hello all... I hope to know what is differenct between PPML and ML in gravity model thank you..!! …
Mechanics of FE in DiD estimationIt is not clear to me how the FE demeaning mechanically affects an estimation, especially with respe…
Subscribe to:
Post Comments (Atom)
0 Response to Cross sectional_Panel
Post a Comment