knitr::opts_chunk$set(echo = TRUE)
library(tidyverse)
library(openintro)

Problem One:

Use the classic and p-value method to determine if there is a difference in the average price of diamonds based on the color of the diamond.

# CODE BLOCK FOR YOUR ANOVA TEST
# CODE BLOCK FOR CALCULATING CRITICAL F

Conclusion for p-value method:

Conclusion for classic method:



npaterno/stat231 documentation built on May 1, 2023, 6:07 p.m.