Skip to content
Prev 18054 / 63424 Next

BIC doesn't work for glm(family=binomial()) (PR#8208)

jusung at andrew.cmu.edu writes:
It is not clear to me that "nobs" is a well-defined concept for
arbitrary likelihood functions. In particular, binomial models are
tricky: Is "13 successes in 79 trials" one (binomial) observation or
79 (Bernoulli) ones?? 

So BIC may not be defined. In which sense is this a bug, anyway? The
BIC function is defined inside the nlme package which is not designed
to work with anything but continuous data.