You are on page 1of 1

APPLIED DATA SCIENCE

MACHINE PROBLEM NO. 3: TIDYVERSE

Reminder: Make sure that the following packages are installed and loaded: dplyr, ggplot2, dslabs.

A. Use the movielens dataset. Prepare a plot showing the ratings of movies from 1980 to 1990.

B. Use the gapminder dataset. Prepare a plot showing the country data (grouped into continents) from 1952
to 2007. The plot should show the life expectancy as a function of the GDP per capita. Add the
scale_x_log10() layer for better visualization.

C. Use the gapminder dataset. Prepare a plot showing the change in median GDP per capita by continent over
time.

Page 1 of 1

You might also like