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
Exporting detailed summary statistics to WordHello helpful Stata users, I am trying to generate a word export of my dependent variable via the s…
Bernanke Sims Decomposition Restriction for VAR IRFsHi all, I'm wondering if anyone knows if STATA has the functionality to do a bernanke sims decomposi…
Excel Table split by socio-demographics using PutexcelHello fellow Stata community, I´m looking for a way to automate my Analysis Output to Excel using P…
egen maxdate gives dates 01/01/2500Hello everyone I am trying to get the difference between two dates to calculate follow up per patie…
ppmlhdfe Pseudo R2 0.99+Here is the model to estimate the impact of free trade agreements (fta) and preferential trade agree…
Subscribe to:
Post Comments (Atom)
0 Response to Cross sectional_Panel
Post a Comment