1. सीखें
  2. /
  3. प्रोजेक्ट्स
  4. /
  5. Case Study: Exploratory Data Analysis in R

Connected

अभ्यास

Filtering model terms

You currently have both the intercept and slope terms for each by-country model. You're probably more interested in how each is changing over time, so you want to focus on the slope terms.

निर्देश

100 XP
  • Print the country_coefficients data frame to the console.
  • Perform a filter() step that extracts only the slope (not intercept) terms.