Displaying 1 result from an estimated 1 matches for "variablethat".
2001 Jul 31
1
using identity link for binomial familly with glm
...n binomial(link = "identity") : identity link not available for binomial family, available links are "logit", "probbit", "cloglog" and "log"
Hi, I have a question, dealing with this error response. I'm trying to
make anova on percentages. The variablethat has a biological
significance is actually the percentage itself. Is it really not
possible, to test a simple linear probability model with glm, using
binomial model and identity link function ? I know it's hard to deal
with probability responses out of [0,1] but well... help me !
There is a...