0% found this document useful (0 votes)
62 views12 pages

8 9 19 ANOVA Updated

This document provides an overview of ANOVA (analysis of variance) tests. It explains that ANOVA uses the F-test to compare more than two means and determine if there are any statistically significant differences between groups. If a difference is found, post-hoc tests like Tukey or Scheffe tests are used to determine which specific group means differ. One-way ANOVA tests one independent variable, while two-way ANOVA tests for interactions between two independent variables. Running multiple t-tests increases chances of type 1 errors, so ANOVA is preferable when comparing multiple means. Online calculators and Matlab can automate ANOVA calculations and output results.

Uploaded by

Jezreel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views12 pages

8 9 19 ANOVA Updated

This document provides an overview of ANOVA (analysis of variance) tests. It explains that ANOVA uses the F-test to compare more than two means and determine if there are any statistically significant differences between groups. If a difference is found, post-hoc tests like Tukey or Scheffe tests are used to determine which specific group means differ. One-way ANOVA tests one independent variable, while two-way ANOVA tests for interactions between two independent variables. Running multiple t-tests increases chances of type 1 errors, so ANOVA is preferable when comparing multiple means. Online calculators and Matlab can automate ANOVA calculations and output results.

Uploaded by

Jezreel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

ANOVA (Analysis Of Variance)

Wyatt Beyers 080919


What test should you use? First, what type of data
do you have?
Examples of Continuous Data Examples of Discrete Data (can
(can’t be counted) be counted)
• Fluorescence Intensity • Sides on a dice
• Protein Concentration • Number of melanosomes in a
• Cell Size melanocyte

Most data I work with is continuous data, meaning there are an infinite
number of values that a measurement can take.
ANOVA (Analysis Of Variance)
• An ANOVA uses the F test – comparison of variance
• Significance test used to compare >2 means
• Reveals if a difference is present
• Does NOT reveal which sample means are different
• If there is no significance found, the test is concluded
• If there is a difference  Post-hoc test (Tukey or Scheffe test)
Post-hoc pairwise comparison tests
• “Rule of thumb”: Use Tukey test when samples are equal in size and
Scheffe’s test if samples differ in size.
• These tests are similar to a T test in that they do pairwise
comparisons, but are adjusted so that they account for the fact that
more than 2 means are compared.
One Way vs Two Way ANOVA
• One way used if you are only comparing one variable
• Example: Bacteria strain influence on recombinant protein yield
• Two way used if you are testing two independent variables in the
same experiment.
• Example: Bacteria strain AND media type influence on protein yield
• Does not only determine if each has an influence independently, but if there is
interaction effect…Maybe strain has no influence on protein yield in LB Broth, but in
2XYT strain has a major influence. In other words, it tests whether the independent
variables are truly independent or if they are somehow connected.
Why can’t I just do multiple pairwise t tests?
• “With T test, only 2 means at a time are compared
• F test compares all means at once
• The more T tests that are conducted, more likely to find significant
differences by chance alone (Type I error)
• Many means to compare  more tests required
• For 10 means, 45 t tests required”
• ANOVA greatly reduces Type I errors as the number of treatments to
compare increases
-Elementary Statistics, Allan Bluman
Conducting a One-Way ANOVA
• Not something you calculate by hand, but if you wanted to….
-Elementary Statistics, Allan Bluman
So, how to calculate ANOVA practically?
• Online ANOVA and Tukey calculator
https://astatsa.com/OneWay_Anova_with_TukeyHSD/
• Input number of treatments
• Copy and paste all of your raw data for each treatment that you want to
compare
• Matlab is free for CSU students and can automate your statistics!
• Built in Anova functions make it easy to compare your data
Example: script in matlab performs ANOVA and Tukey test
on raw data and generates bar graph with significance stars
• Meet with me if you would like to learn how to use matlab for
ANOVA!
[email protected]

You might also like