Scilytics
Scilytics
  • 4
  • 2 565
How to Perform a Tukey Test in R: Post-Hoc Analysis Simplified
This video will walk through you all the steps you need to take to run a one-way ANOVA (Analysis of Variance) in R, without violating any assumptions of the ANOVA. We'll also perform EDA, test for normality, equal variances, and interpret the results.
You can download the code here:
github.com/scilytics1/UA-cam_tutorials/tree/main/0002_Tukey-One-way
One-Way ANOVA Tutorial in R:
ua-cam.com/video/ZnjQkVcevKs/v-deo.html
Timestamps:
00:00 How to Perform a One-Way ANOVA in R
00:22 The Plant Growth dataset
01:39 Normality check with Shapiro test
02:12 Test for equal variances with Barlett test
02:29 Run ANOVA with aov command
02:53 Model Coefficients with lm command
03:16 Tukey test with multcomp library
04:27 Tukey test plot
05:55 Conclusion/Interpretation
#tukeytest #multiplecomparisons #anova #rprogramming #statistics #datascience #rtutorial
Переглядів: 667

Відео

How to Perform a One-Way ANOVA in R
Переглядів 118Рік тому
This video will walk through you all the steps you need to take to run a one-way ANOVA (Analysis of Variance) in R, without violating any assumptions of the ANOVA. We'll also perform EDA, test for normality, equal variances, and interpret the results. You can download the code here: github.com/scilytics1/UA-cam_tutorials/tree/main/0001_ANOVA-Plant-Growth Tukey-Test Tutorial in R: ua-cam.com/vid...
When to use a T-Test vs One-Way ANOVA, Two-Way, and beyond!
Переглядів 73Рік тому
In this video, we'll break down the decision process for using a T-Test, One-Way ANOVA, Two-Way ANOVA, and more. Understand the distinctions between each level and get clarity on hypothesis tests within ANOVA. Tukey Test in R Tutorial: ua-cam.com/video/nMNr3GCP7yY/v-deo.html One-Way ANOVA in R: ua-cam.com/video/ZnjQkVcevKs/v-deo.html Timestamps: 00:00 Understand the difference between T-test an...
What is a PCA and how to run it in R
Переглядів 1,7 тис.Рік тому
I'll walk you through a brief explanation of what is PCA, what it is used for, and then we go into the R tutorial. We will also make PCA plots and biplots. Obtain the code and follow along from this tutorial from the Github repository: github.com/scilytics1/UA-cam_tutorials/tree/main/0003_PCA_in_R Timestamps: 00:00 What is a PCA and how to run it in R 00:30 What is a Principal Component Analysi...