Skip to content

Instantly share code, notes, and snippets.

@nopps07
Created March 12, 2021 09:10
Show Gist options
  • Save nopps07/f809de5a57cd0aea4255827ee613c4cb to your computer and use it in GitHub Desktop.
Save nopps07/f809de5a57cd0aea4255827ee613c4cb to your computer and use it in GitHub Desktop.
{r new model}
fit <- glm(quality ~ volatile.acidity + total.sulfur.dioxide + sulphates + alcohol, data = train, family= binomial())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment