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
Survey data analysisI am new to STATA (15.1) and hope someone can help me with how to "Declare my survey design for my d…
Employment binary variable into employment rate and continuous variableDear all I am wanting to create an employment rate variable (ie. Number employed/ (Labour Force) * …
Formatting date variable YYYYMMHi, I would appreciate your help with formatting date variables. I use Stata 15. I would like to g…
Herfindahl - Hirschman Index input the right data structureDear all, I am currently doing my thesis. As part of this, I would like to calculate the Herfindahl…
reclinkDear community, I have merged two datasets based on a unique companyid with the reclink command. …
Subscribe to:
Post Comments (Atom)
0 Response to Cross sectional_Panel
Post a Comment