This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Description
Hi,
Thanks for your beautiful library !
I have an issue with this specific command :
reg<-glm(col0~.,data=a,family=binomial(logit))
Every other command works well but as soon as I add this one, I get an error "The last command in the R input is not complete"
Maybe it comes from the ~ character ? I tried to addslashe it or escape it \ but without success
Would you have an idea ?
Thanks a lot !
Mikaël