CommencerCommencer gratuitement

Modifying stat_smooth (2)

In this exercise we'll take a look at the standard error ribbons, which show the 95% confidence interval of smoothing models. ggplot2 and the Vocab data frame are already loaded for you.

Vocab has been given an extra column, year_group, splitting the dates into before and after 1995.

Cet exercice fait partie du cours

Intermediate Data Visualization with ggplot2

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Using Vocab, plot vocabulary vs. education, colored by year group
___ +
  # Add jittered points with transparency 0.25
  ___ +
  # Add a smooth lin. reg. line (with ribbon)
  ___
Modifier et exécuter le code