Skip to content

Instantly share code, notes, and snippets.

@nopps07

nopps07/Fit Secret

Created March 12, 2021 09:10
Show Gist options
  • Save nopps07/abbd716ec0188f51936713b6d42179ac to your computer and use it in GitHub Desktop.
Save nopps07/abbd716ec0188f51936713b6d42179ac to your computer and use it in GitHub Desktop.
{r glm.}
fit <- glm(quality ~ ., data = train, family= binomial())
summary(fit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment