Displaying 1 result from an estimated 1 matches for "tp4646498p4646582".
2012 Oct 17
4
function logit() vs logistic regression
Hello!
When I am analyzing proportion data, I usually apply logistic regression
using a glm model with binomial family. For example:
m <- glm( cbind("not realized", "realized") ~ v1 + v2 , family="binomial")
However, sometimes I don't have the number of cases (realized, not
realized), but only the proportion and thus cannot compute the binomial
model. I just