In many settings, we are interested in estimating a model with a fractional dependent variable. For example, Papke & Wooldridge (1996) http://faculty.smu.edu/millimet/classes/eco6375/papers/papke%20wooldridge%201996.pdf consider 401(k) plan participation rates, where the rate is defined as $PRATE=\frac{accounts}{emplyees}$. The authors then develop a GLM method to estimate such models. Looking at the count data literature, I wonder one should not run a Poisson regression of $accounts$ on the same set of regressors, and as an offset $employees$. Does this potentially depend on the absolute number of $accounts$?
This is different from a suggested duplicate, What regression model is the most appropriate to use with count data? as my question discusses the correct place of the offset / denominator.