This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1b;2d;3c;4d;5b;6c;7c;8a;9d;10c. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a few observations:
Question 2 has an equivalent sans
tidyverse
withdata.table
:2(d) is incorrect then.
Also question 3,
geom_smooth()
is needed to generate figure 2 (i.e.geom_point() + geom_smooth()
).