I'm wondering what R is doing in the background when given rate/proportion data and frequency weights. The Binomial GLM should only fit {0,1} data but the results still seem fairly accurate.
Does it implicitly call a Quasibinomial if given continuous data + frequency weights? I'm confused as to why this works.