Introduction - This is the main header of the chapter for both chapter 5 and 12, there is use of very similar ways to display data.

“This is a quote”

This is just a paragraph.

This is a subheader

#This is how to type within a boxed in text 

This is a smaller subheader

This is a number chart

#table1
#> # A tibble: 6 x 4
#>   country      year  cases population
#>   <chr>       <int>  <int>      <int>
#> 1 Afghanistan  1999    745   19987071
#> 2 Afghanistan  2000   2666   20595360
#> 3 Brazil       1999  37737  172006362
#> 4 Brazil       2000  80488  174504898
#> 5 China        1999 212258 1272915272
#> 6 China        2000 213766 1280428583

#This is what I assumed would be the code to include a saved photo of the graph. Unfortunately, we have not learned it in class and I cannot find a way online on what I am doing wrong for this to not be uploading. ! [Alt text] (//Users/kimberlytang/Documents/tidy-1.png)

#Exercises
#1. The variables are by year, number of cases and 3 countries. The observation shows that as the years increase, the number of cases increase in Brazil but stay stagnant in Afghanistan and China.
#2.Find the rate

I find this incredibly difficult because we have yet to learn this in class, and extensive googling does not replace a class. In the directions, the phrase used in the assignment directions is “attempt to answer”, and I have been unsuccessful in doing so, so I can only comment out that I have attempted but failed at finding the rate for the tables.