knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(openintro)
Calculate the five-number-summary for the carat variable and frequency distribution of the cut variable.
#ENTER YOUR CODE HERE
Can you write one or two lines of code and calculate the summary statistics for ALL variables in the dataset?
#ENTER YOUR CODE HERE
Calculate the five number summary for carat when grouped by the different cuts.
#INSERT YOUR CODE HERE
Sketch a boxplot of the carat variable.
#ENTER YOUR CODE HERE
Sketch a boxplot for the carat of the diamonds when grouped by cut.
#ENTER YOUR CODE HERE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.