Skip to content
Prev 245547 / 398506 Next

logistic regression or not?

On 10-12-21 12:20 PM, array chip wrote:
Yes, but this is a different model.

  The model you have here uses Gaussian errors (it is in fact an
identical model, although not necessarily quite an identical algorithm
(?), to just using lm().  It will fail if you have any percentages that
are 0 or 1.  See Stuart's comment about how things were done in the "old
days".

  Beta regression (see e.g. the betareg package) is another way of
handling analysis of proportions.