From the IMS Textbook, do the following exercises (you do not need to read anything from the textbook to answer these):

Question 1: For this question, we will be using the iris dataset, giving the measurements, in centimeters, of the variables for sepal and petal length and width

To load this data into R, simply copy and paste the following into your Rmd file in an R code chunk

data(iris)

Use this data to answer the following questions: