Hello, I have a fairly large dataset (over 314,000 observations nested within 310 regions/clusters for the years 2000 and 2010). I did install and read through the instructions of -dataex- however do not feel that even drawing a sub-sample from it will help in fully reconstructing the problem. I will try to provide my sample code I used below, as well as the error message that follows it. I want to construct an -xtlogit- model with fixed effects. -xtlogit- would further not allow the use of the robust or cluster(region) options. The DV 'poorfairhlth' is a binary variable coded as 1 if a person is in poor or fair health, and 0 otherwise. The variables 'povrate' and 'conpov' are region-level measures of poverty and concentration of poverty respectively. Variable 'race' is an individual's race/ethnicity. The individuals are not to same from 2000 to 2010, however the regions are.
Thank you for any help.
Code:
xtlogit poorfairhlth povrate conpov i.race, fe 3,150 (group size) take 565 (# positives) combinations results in numeric overflow; computations cannot proceed r(1400);
Comment