search for: id_95

Displaying 1 result from an estimated 1 matches for "id_95".

Did you mean: id_5
2012 Apr 02
1
Error: (subscript) logical subscript too long
Hello, I am trying to perform a logistic regression using counts. For example: cedegren <- read.table("http://www.cloudstat.org/index.php?do=/attachment/download/id_95 /", header=T) attach(cedegren) ced.del <- cbind(sDel, sNoDel) ced.logr <- glm(ced.del ~ cat + follows + factor(class), family=binomial("logit")) This works. However, if I change the family to Gaussian: ced.logr <- glm(ced.del ~ cat + follows + factor(class), family=gaussia...