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.