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

Improvements for 03-data_vis_ggplot2 #3

Open
2 of 3 tasks
tavareshugo opened this issue Nov 5, 2019 · 2 comments
Open
2 of 3 tasks

Improvements for 03-data_vis_ggplot2 #3

tavareshugo opened this issue Nov 5, 2019 · 2 comments

Comments

@tavareshugo
Copy link
Owner

tavareshugo commented Nov 5, 2019

  • Add explanation about relationship between geoms and stats.
  • Add "Data Tip" about log-transformation.
  • Add section on annotations (annotate(), geom_vline(), geom_hline())
@tavareshugo
Copy link
Owner Author

Regarding log-transformation:

  • perhaps explain absolute versus relative change: https://stats.stackexchange.com/a/48465
  • StatQuest video. There's a bit of qPCR at 7:24, which may be confusing for general audience, but still after that it gets generic again with arithmetic using logs. Doesn't talk about how its useful for skewed data though.

@tavareshugo
Copy link
Owner Author

Not sure how to explain geoms and stats without it getting confusing.

Here is a stackoverflow post with some comments.

Perhaps using some examples where one does the same graph either specifying geom or stat. And maybe adding an example where changing the default stat is useful, e.g. to overlay points with the mean on top of a boxplot.

Maybe this could be left as optional.

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