Skip to content
Prev 286554 / 398502 Next

Need advice on GLM

On Mon, Feb 27, 2012 at 1:44 AM, Christofer Bogaso
<bogaso.christofer at gmail.com> wrote:

            
The vector of weights as described in ?glm which from your example is
clear you either didn't look at or completely misinterpreted.

summary(glm(YY~XX, binomial(link = "identity")))
summary(glm(Dat~Scores, binomial(link = "identity")))
summary(glm(Proportion~Scores, weights=rowSums(Dat),binomial(link =
"identity")))