Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Issue with logistic regression expression (tilde issue ?) #37

Open
mikaelc opened this issue Mar 18, 2018 · 1 comment
Open

Issue with logistic regression expression (tilde issue ?) #37

mikaelc opened this issue Mar 18, 2018 · 1 comment

Comments

@mikaelc
Copy link

mikaelc commented Mar 18, 2018

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

@kachkaev
Copy link
Owner

kachkaev commented Mar 18, 2018

Hi Mikaël, thanks for reporting this issue.

Unfortunately, I won't be able to find time on looking into the problem. However, if you find the cause and submit a PR, I'll be happy to accept it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants