Question: In RStudio, load the diamonds data -- built-in to the tidyverse library -- by running the following command in your R script: data(diamonds) The data
In RStudio, load the diamonds data -- built-in to the tidyverse library -- by running the following command in your R script: data(diamonds) The data frame describes features of almost 54,000 diamonds, including the following variables: price: price in U.S. dollars carat: weight of the diamond cut: the quality of the cut, from Fair to Ideal color: a letter code indicating the color of the diamond What is the first quartile of price for diamonds with a 'Very Good' cut? Enter your answer rounded to the nearest dollar
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
