--- title: "Practice for the practice Quiz" output: word_document: default pdf_document: default html_notebook: default --- Using Problem 12.2.1 Exercise 2 as a guide, use the ideas from Chapter 13 to answer the questions for *table2*. ```{r eval=FALSE} library(tidyverse) table2 ``` 1. Compute the rate and include it in a final dataframe with the years as columns. Make a clustered bar graph. 2. Now make a clustered bar graph. Question, which table is the one to use, table2_new or table2_new_spread?