Skip to content
Coming soon: Ally. Your guide to the world of AI and R. Learn More →
R for the Rest of Us Logo

Inferential Statistics with R

One-Way ANOVA

Transcript

Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.

Your Turn

  1. Perform a one-way ANOVA to test whether there is a difference in hs_gpa by grade_class. Is there a difference? What is the p-value?

  2. Perform a one-way ANOVA to test whether there is a difference in act_english by race. Is there a difference? What is the p-value?

Learn More

Read more about the anova_test() function in the rstatix package. If you are interested in learning how to do the one-way ANOVA using the base stats package, use the aov() function.