- Read problem carefully.
- Take a deep breath!
- Read the problem again.
- Determine the unit of observation in your available data and its relevance to the question.
- Determine which variables in the available data are relevant to your question.
- Draw what your final data frame might look like.
- Get your data frame down to size! Compare the scope of what is requested in the question to what is requested in your data and subset accordingly.
- Wrangle! (This is the most variable step, and you’ll need to have a handle on our data wrangling verbs.)
- Select the most relevant variables for final presentation.