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

Find a new primary data set #3

Open
nick-ulle opened this issue Nov 13, 2024 · 1 comment
Open

Find a new primary data set #3

nick-ulle opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nick-ulle
Copy link
Contributor

The current data set, banknotes, is not ideal in several ways:

  • Leads to various visualization problems (such as overplotting) when plotted with ggplot2's default settings, and in R Basics there usually isn't time to get into details of plot customization. This means we end up showing learners plots that are not impressive (if they're on the fence about switching to R) and also not well-crafted (perpetuating bad practices).
  • Slightly too wide to print nicely on learners' screens.
  • Not especially motivating.

This issue is to think about potential replacements for the banknotes data set.

@nick-ulle nick-ulle added the enhancement New feature or request label Nov 13, 2024
@nick-ulle
Copy link
Contributor Author

nick-ulle commented Nov 13, 2024

One possibility is the Women Elected Officials data from Center for American Women and Politics. This data set is only has a few columns, all of which are text or categorical. We can use frequencies, but this does limit what we can plot and what statistical summaries we can compute.

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

No branches or pull requests

2 participants