This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Assignment 2 Q 1.3 #553
Comments
I was wondering something similar. I know we're supposed to use the gapminder dataset, but I'm specifically wondering whether we're supposed to analyze:
|
@almas2019 , @armetcal My interpretation is the second or third one (leaning towards the third one), maybe @vincenzocoia can comment. Hopefully that helps.. |
Yep, you can just filter "increase in lifeExp" to be less than 0 to get those rows with a drop in lifeExp. |
Great, thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am a bit confused regarding the instructions for this question:
Filter gapminder to all entries that have experienced a drop in life expectancy. Be sure to include a new variable that’s the increase in life expectancy in your tibble. Hint: you might find the lag() or diff() functions useful.
This seems a bit contradictory.
Does this mean filter out countries that have a drop in life expectancies over all the years or only keep those have experienced a drop?
Is it the whole gapminder dataset and not the filtered one from 1.1? Also are we looking at the general trend over all the years , or just the 1970s?
Thank you in advance.
The text was updated successfully, but these errors were encountered: