Logistic Regression – Validity of Fitting Logistic Regression with Proportional Dependent Variable

logisticproportion;regression

Several posts (here and here) suggest that beta regression is more appropriate when the dependent variable is naturally bounded between 0 and 1. My question is, leaving appropriateness aside, is it technically incorrect to fit a logistic regression to proportional response variable? R will throw a warning but still produce a result.

It seems to me that the likelihood function will not be a valid likelihood when the response variable is proportional instead of binary, but mathematically speaking, it can still be minimized to give a solution. I wonder what violation/mistake, if any, is made when fitting a logistic regression to proportional data.

Best Answer

What you propose is sometimes called a fractional logit. It certainly has its merits, as long as you remember to use robust standard errors. In 2010 I gave a talk at the German Stata Users' meeting comparing among other things beta regression and fractional logit. The slides can be found here: http://www.maartenbuis.nl/presentations/berlin10.pdf