Skip to content
Prev 16999 / 20628 Next

Comparing Gaussian and bêta regression

On 2018-09-19 03:30 AM, Emmanuel Curis wrote:
Can you expand on why "not very satisfactory"?  Do you get unrealistic
predictions etc.?

  This sounds like it could also be treated as an ordinal response (with
21 values {0, 0.5, 1, ... 9.5, 10}).
You can compare log-likelihoods (actually technically they're
log-likelihood *densities*, which is where the problem comes from) if
you account for the scaling.  In this case since you're doing a linear
transformation the scaling should be pretty easy.
Should be. (You could do a simple test of this ...)
I would think so.
You probably need to go read stuff about interpretation of
logit/log-odds  parameters: Gelman and Hill's book is good.

Quick rules of thumb:

* for ??x small, as for log (proportional)
* for intermediate values, linear change in probability with
slope ? ?/4
* for large values, as for log ( 1 ? x )
This will work fine for low score values, but will run into trouble at
the upper end of the score range.