LoslegenKostenlos loslegen

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.

Diese Übung ist Teil des Kurses

Case Study: Exploratory Data Analysis in R

Kurs anzeigen

Anleitung zur Übung

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

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Print the country_coefficients dataset


# Filter for only the slope terms
Code bearbeiten und ausführen