Dear Stata users,
I'm working on a survey dataset in Stata 11.2 with around 50,000 households. My dependent variable is a proportion variable and as a result I'm using the fractional logit model i.e. the command glm Y X, family(binomial) link(logit) robust where Y is a proportion ranging between 0 and 1 with majority being zeroes. X consists of continuous, dummy variables and some variables which are interactions among those variables. The squared terms of some of these variables are also included.
The problem that I'm facing is that the model is not able to converge and the log pseudolikelihood gets backed up. The independent variables whose squared terms have been incorporated have also been centered. The problem persists even after changing the ml technique to bhhh.
Any help in this regard will be highly appreciated.
Thanks in anticipation.
Best,
Jaya
I'm working on a survey dataset in Stata 11.2 with around 50,000 households. My dependent variable is a proportion variable and as a result I'm using the fractional logit model i.e. the command glm Y X, family(binomial) link(logit) robust where Y is a proportion ranging between 0 and 1 with majority being zeroes. X consists of continuous, dummy variables and some variables which are interactions among those variables. The squared terms of some of these variables are also included.
The problem that I'm facing is that the model is not able to converge and the log pseudolikelihood gets backed up. The independent variables whose squared terms have been incorporated have also been centered. The problem persists even after changing the ml technique to bhhh.
Any help in this regard will be highly appreciated.
Thanks in anticipation.
Best,
Jaya
Comment