Displaying 1 result from an estimated 1 matches for "tp3422737p3422932".
2011 Apr 02
2
I think I just broke R
I swear, I didn't touch it!
I can't fit GLM's anymore, and I can't make it talk english (for
googling the error messages) anymore.
> y <- c(1,1,0,1,0,1)
> x <- c(2,7,3,5,2,4)
> glm(y~x, binomial)
Fehler in runif(length(pi)) :
Element 1 ist leer;
Der Teil der Argumentliste 'length' der berechnet wurde war:
(pi)
> Sys.setenv(LANG="EN")