Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add codes for visualization in 05_more_models #69

Open
leahhrlee opened this issue Oct 11, 2023 · 1 comment
Open

add codes for visualization in 05_more_models #69

leahhrlee opened this issue Oct 11, 2023 · 1 comment

Comments

@leahhrlee
Copy link

To show if balances are different for default status:
plot(default$balance ~ default$default)

@leahhrlee
Copy link
Author

ggplot(data = default,
aes(x = default,
y = balance)) +
geom_bar(stat = "identity", aes(fill=default)) +
theme_classic()

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

No branches or pull requests

1 participant