Skip to content
Prev 7248 / 63424 Next

glm() in R (PR#1457)

popescul@unagi.cis.upenn.edu writes:
If you get a syntax error, then I wouldn't expect that glm() itself is
causing it. More likely, you are exceeding the line length limit in
the parser. Try splitting your command over several lines, or use
simplified formulas like  glm(V1~.,data=d,family=binomial).