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

Part 4 - one actual issue and some suggestions #57

Open
sociologyquinn opened this issue Sep 26, 2024 · 0 comments
Open

Part 4 - one actual issue and some suggestions #57

sociologyquinn opened this issue Sep 26, 2024 · 0 comments

Comments

@sociologyquinn
Copy link

  • In the “Summary Statistics Review” section of Part 4, the first portion says “For example: CLEAN UP.” It looks like there was supposed to be additional text with examples of what we covered in Part 3.

  • Under “Custom Functions” of Part 4, the “mean_lifeexp” function uses pull() and pipes through to mean(), which confused some students. I’d avoid using this and instead save lifeexp_mean using “mean(gap$lifeexp)” because we’ve already covered this syntax.

  • Consider specifying what to call the function in Challenge 3 instructions so everyone can work off the same code.

  • In the “Box Plots” section there is code to run ggplot and aes functions that don’t produce anything because we haven’t specified what plot we want to create (as expected), but I think this is confusing. Might want to just keep the full code under “geom” as is and break down data, aesthetics, and geom within the single chunk.

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