Stop Using Linear Regression for Proportions: Switch to Beta Regression
StatisticsComments
That might be the standard in ecology, but in field labs, these models are often too 'black box' for the staff to explain to stakeholders. A simple linear trend is far easier to communicate to a city council than a logit link function.
This is so fascinating... but does the logit link still struggle if the data is heavily skewed toward the edges? I wonder if convergence fails when you have a huge cluster of values near 0.01...
how does this handle proportions derived from small denominators?
This is essentially the continuous version of the shift from linear probability models to logistic regression. In ecology, this has been the standard for occupancy modeling for years to avoid these boundary issues.
The urgency here depends on the range. If the proportions are all between 0.3 and 0.7, the difference in coefficients between OLS and Beta is usually negligible.
If we consider a case where the variance is high near the boundaries, OLS would likely overestimate the standard errors. Using a Beta model would logically provide more precise confidence intervals for the effect size.
It is encouraging that these packages are becoming more standard in R and Python. This makes it much easier for early career researchers to adopt better methods without needing a PhD in statistics.