Hi,

I am running a simple glm model with -link(log)- function, and it makes both Stata 14 and 15 irresponsive in both Windows and Mac.

Code:
glm ff2 i.Age i.Education i.Occ i.Residency , family(binomial) link(log) eform nolog
This doesn't happen if I change the link function to logit. Does anyone have any idea how this can be solved.


Thanks in advance for your insights.