Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Build logistic regression model
- model <- glm(upgraded ~ purchases + extraCards, family = binomial, data = credit)
- # Output of logistic regression model
- summary(model)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement