Hi Friends,
I am fairly new to Stata and trying to learn the strings of statistical analysis using Stata more efficiently.
I am trying to do multiple logistic regressions by groups i.e by regions.
Logit per say wouldnt run if i use it by(groups)
I also tried clogit,
clogit tuberculosis smoker i.age_group , group(region)
But i got an error message
5872 (group size) take 295 (# positives) combinations results in numeric overflow; computations cannot proceed
r(1400);
I there a better way of doing this? Also instead of me copy pasting the results i would like to get the results in an excel or stata file. How can I?
Thanks in advance for your help!
Regards
Sujata
I am fairly new to Stata and trying to learn the strings of statistical analysis using Stata more efficiently.
I am trying to do multiple logistic regressions by groups i.e by regions.
Logit per say wouldnt run if i use it by(groups)
I also tried clogit,
clogit tuberculosis smoker i.age_group , group(region)
But i got an error message
5872 (group size) take 295 (# positives) combinations results in numeric overflow; computations cannot proceed
r(1400);
I there a better way of doing this? Also instead of me copy pasting the results i would like to get the results in an excel or stata file. How can I?
Thanks in advance for your help!
Regards
Sujata
Comment