Instructions:

  1. Put your name at the top of the file
  2. Knit the file to HTML
  3. Submit both the HTML and the RMD

Test out all the libraries we need for the course.

library(knitr)
library(kableExtra)
## Warning: package 'kableExtra' was built under R version 3.6.3
library(dplyr)
## Warning: package 'dplyr' was built under R version 3.6.3
library(vcd)
## Warning: package 'vcd' was built under R version 3.6.3
library(grid)
library(gnm)
## Warning: package 'gnm' was built under R version 3.6.3
library(vcdExtra)
## Warning: package 'vcdExtra' was built under R version 3.6.3
library(MASS)
library(zoo)
library(lmtest)
## Warning: package 'lmtest' was built under R version 3.6.3
library(reshape2)
## Warning: package 'reshape2' was built under R version 3.6.3
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 3.6.3
library(directlabels)
## Warning: package 'directlabels' was built under R version 3.6.3

Simplest possible formula: \(x = 1\)

Simplest possible r chunk_output_type

1 + 1
## [1] 2