I'm currently using xtlogit w/ fixed effects and SEs, and it is dropping almost all of my observations. However, when I run xtscc or xtreg with the same fixed effects and lag(4), it is not dropping observations. Many of my respondents reported the same answer across my included time periods, ie said yes all four years, and I'm wondering if having limited variation is impacting this. Here are the two models I'm running, with the first dropping out almost all observations:
xtset ID0 year
xtlogit flc shortage_yesno_ i.year, fe vce(bootstrap, reps(100))
xtscc flc shortage_yesno_ i.year, fe lag(4)
xtset ID0 year
xtlogit flc shortage_yesno_ i.year, fe vce(bootstrap, reps(100))
xtscc flc shortage_yesno_ i.year, fe lag(4)

Comment