5
Most read
7
Most read
1/26/2024 Research Methods 1
ANOVA (Analysis of Variance)
Research Methods
1/26/2024 Research Methods 2
Introduction
 The use of t-test is made to determine whether there is any
significant difference b/n the means of two random samples.
 But if we have five randomly drawn samples from a population and
we want to determine whether there are any significant differences
among their means, this requires 10 t-tests.
 Therefore, a single F-test (ANOVA) makes it possible to determine
the differences among these sample means.
 ANOVA is an extension of t-test.
1/26/2024 Research Methods 3
Introduction
 ANOVA (analysis of variance) is a mechanism to
compare means of greater than two groups where as
the t-test is appropriate to compare means of two
groups.
 In an ANOVA the null hypothesis is tested using some
procedures such as computing group means (X-bar- X),
grand mean (XG), F- ratio (F) and degrees of freedom
(df) which will be discussed in detail with examples.
1/26/2024 Research Methods 4
When to Use ANOVA
 The purpose of ANOVA is to draw inferences about population
means.
 In testing the null hypothesis the researcher follows certain
procedures.
 The researcher begins by using sample data to compute a test
statistic.
 The statistic is treated as a “score” in a sampling distribution that
assumes the null hypothesis is true.
 If the statistics falls within the rejection region of the sampling
distribution (i.e, the “Score” is improbable if the null is true), then we
reject the null hypothesis and conclude that the group means are not
equal.
1/26/2024 Research Methods 5
Null and Alternative Hypothesis
 The null hypothesis (Ho) assumes that
 µ1= µ2= µ3= µ4=,
 where µ1= population mean of Group 1
 µ2= population mean of Group 2
 µ3= population mean of Group 3
 µ4= population mean of Group 4
 µn = population mean of Group n
 On the other hand, the basic alternative hypothesis (H1) assumes that: H1
not H0, that is µ1 ≠ µ2, µ3 ≠ µ4.
 There might be some other ways in which the null hypothesis (Ho)
becomes false.
1/26/2024 Research Methods 6
One way ANOVA
 One way ANOVA involves the comparison of group means for three
or more independent groups in which the researcher manipulates
the effect of a single independent variable upon the dependent
variables under study.
 When the independent variable may have two levels, we need to
apply a two way ANOVA.
1/26/2024 Research Methods 7
Steps in Computing F-Statistics
 Computing F- statistic involves calculating three Sums of Squared
deviations:
 SSTotal,
 SSBetween, and
 SSwithin.
 Initially, we need to to calculate X bar (Mean for each group) and XG
(Grand Mean) from the given set of data.
 SST= Sum of Square Total (deviation of each individual score from the
grand mean)
 SSB = Sum of Squares Between (deviation of each group score from
the grand mean)
 SSW = Sum of Square Within (deviation of each individual score from
their respective group mean)
1/26/2024 Research Methods 8
Steps in Computing F-Statistics
 Then, we calculate
 dfB = degree of freedom between
 dfW = degree of freedom within
 Finally, we calculate F-ratio using the formula
 F= (SSB/dfB)/ (SSW/dfW)
 Now let’s see the example.
1/26/2024 Research Methods 9
A. SSW
Deviations from Group means (within Group Variation)
Group 1 Group 2 Group 3
X X- X1 (X- X1)2 X X- X2 (X- X2)2 X X- X3 (X- X3)2
0 -3 9 1 -1 1 5 -2 4
6 3 9 4 2 4 6 -1 1
2 -1 1 3 1 1 10 3 9
4 1 1 2 0 0 8 1 1
3 0 0 0 -2 4 6 -1 1
3 2 7
Σ=20 Σ= 10 Σ= 16
Grand Mean= 4 SSW = 46
1/26/2024 Research Methods 10
B. SST
Deviations from Grand means (Total Variation)
X X- XG (X –XG)2
A1 0 -4 16
A2 6 2 4
A3 2 -2 4
A4 4 0 0
A5 3 -1 1
B1 1 -3 9
B2 4 0 0
B3 3 -1 1
B4 2 -2 4
B5 0 -4 16
C1 5 1 1
C2 6 2 4
C3 10 6 36
C4 8 4 16
C5 6 2 4
M=3 SST= 116
1/26/2024 Research Methods 11
C. SSB
Deviation of Group means from Grand mean (Between group Variation)
X X - XG (X - XG)2 N (XG2) N
3.0 -1 1 5 5
2.0 -2 4 5 20
7.0 3 9 5 45
M=4.0 SSB 70.0
1/26/2024 Research Methods 12
D. F-Ratio
 SSB (Sum of squares between) = 70.0
 SSW (Sum of squares within) = 46.0
 SST= 116.0
 Next using the above, compute F- statistic which is the result of:
 F= (SSB/dfB)/ (SSW/dfW)
 dfB = degree of freedom between (dfB = K-1) = 2
dfW = degree of freedom within (dfW = n-K) = 12
 where K= number of groups and
 n = total number of subjects in the study.
 Therefore, MSB = (SSB/dfB)= (70/ (3-1)) =35.0
 MSW= (SSW/dfW) = (46/ (15 -3)) = 3.83
 F = (70/ (3-1)) / (46/ (15-3))
 = 35/3.83
 = 9.13
1/26/2024 Research Methods 13
Interpreting F-value
 The computed F (9.13) is greater than 1.0 which is the value
expected if the null hypothesis were true.
 Because F distribution for various degrees of freedom shows three
values of alpha (α) equals 0.05, 0.01 and 0.001, we need to
determine significance level.
 By consulting the table of significance level and the degree of
freedom, we can read 3.88 for α equals 0.05 with F (2,12).
 Hence, we can reject the null hypothesis that three group means are
equal.
1/26/2024 Research Methods 14
Post hoc comparisons
 One important thing to note about the F-test is that it is a
global test.
 What that means is that if we find a significant difference
(p-value <0.05) all we know is that overall there is a
significant difference somewhere in the comparisons
between the three groups.
 We don’t know where the significance lies. It could be ….
 Therefore, we may need to find a way of telling us which
comparisons are significantly different.
 A number of tests, called post hoc comparisons, have
been developed that allow us to do just that.
1/26/2024 Research Methods 15
Interaction Effects
 Another useful thing that we can do in ANOVA is look at so-called
‘interaction effects’.
 What is an interaction effect?
 When we have a significant interaction effect, it means that the effect
of one variable on another is different for different conditions of a third
variable.
 For example, if we were looking at the effect of assessment methods,
it may be that boys do better using exams while girls do better when
essay-style assessment is used.
 In order to capture this kind of effect in ANOVA, we can introduce
interaction effects which allow us to see whether the relationship
between independent and dependent variables is mediated in any way
by third variables.
 All additional variables have to be nominal or ordinal with a limited
number of categories.

More Related Content

PDF
PARINAMA & VIVARTA VADA ED
PPTX
Understanding Yama of Yoga Darshana and its application in Ayurveda
PDF
Panchavayava Vakya - An important tool for Pararthanumana
PPTX
Shatchakra
PDF
Panchkarma PPT- By Dr. Baldeep Kour
PDF
Tantra Dosha
PPTX
Seminar on rasa ratna samucchaya
PPTX
5 prana by dr shivam mishra.pptx
PARINAMA & VIVARTA VADA ED
Understanding Yama of Yoga Darshana and its application in Ayurveda
Panchavayava Vakya - An important tool for Pararthanumana
Shatchakra
Panchkarma PPT- By Dr. Baldeep Kour
Tantra Dosha
Seminar on rasa ratna samucchaya
5 prana by dr shivam mishra.pptx

What's hot (20)

PPTX
Need of Research in Ayurveda (1).pptx
PDF
PPT
Salient features of Ayurveda Samhitas
PPTX
Critical analysis of raktamokshana
PPT
Respiratory system part 1
PPTX
PDF
Charaka samhita
PDF
Introduction to the authors of Modern era (Itihasa)
PDF
Kayachikitsa imp schlok part 2
PDF
Dravya-INTRODUCTION as per NCISM syllabus
PPTX
KARYA KARANA SIDDHANTA: The Cause and Effect theory
PDF
KARYA-KARANA VADA
PDF
AYURVEDIC MANAGEMENT OF MANASIKA ROGA WITH REFERENCE TO ACHARA RASAYANA
PPTX
Gobalivardha nyaya
PDF
Instructions On Pranayama
PDF
Dhatu sarata ppt
PDF
Anuvamshiki siddhanta
PDF
Laghutrayee
PDF
Sharir kriya ( Ayurvedic Physiology) syllabus
PPTX
CONCEPT OF DOSHA IN AYUVREDA
Need of Research in Ayurveda (1).pptx
Salient features of Ayurveda Samhitas
Critical analysis of raktamokshana
Respiratory system part 1
Charaka samhita
Introduction to the authors of Modern era (Itihasa)
Kayachikitsa imp schlok part 2
Dravya-INTRODUCTION as per NCISM syllabus
KARYA KARANA SIDDHANTA: The Cause and Effect theory
KARYA-KARANA VADA
AYURVEDIC MANAGEMENT OF MANASIKA ROGA WITH REFERENCE TO ACHARA RASAYANA
Gobalivardha nyaya
Instructions On Pranayama
Dhatu sarata ppt
Anuvamshiki siddhanta
Laghutrayee
Sharir kriya ( Ayurvedic Physiology) syllabus
CONCEPT OF DOSHA IN AYUVREDA
Ad

Similar to ANOVA ANALYSIS OF VARIANCE power point.pdf (20)

PPTX
test_using_one-way_analysis_of_varianceANOVA_063847.pptx
PPT
Ashish Dadheech PRESENT TOPIC NURSING RESEARCH
PPTX
ANOVA /Analysis of Variance/_student.pptx
PPTX
Multiple comparison - Descriptive Statistic
PPT
Anova.ppt
PDF
Analyzing experimental research data
PPTX
Analyzing experimental research data
PPT
lecture12.ppt
PPT
lecture12.ppt
PPTX
Analysis of Variance
PPT
Anova lecture
PPT
Q3W3_ANOVA_SC.pptQ3W3_ANOVA_SC.pptQ3W3_ANOVA_SC.ppt
DOCX
HomeworkPartnership Tax Year and Limited Liability Partnerships.docx
PDF
2Analysis of Variance.pdf
PPTX
ANOVA-One Way Classification
PPTX
PPT
9. basic concepts_of_one_way_analysis_of_variance_(anova)
PPT
12-5-03.ppt
PPT
12-5-03.ppt
PPT
Statistical Tools
test_using_one-way_analysis_of_varianceANOVA_063847.pptx
Ashish Dadheech PRESENT TOPIC NURSING RESEARCH
ANOVA /Analysis of Variance/_student.pptx
Multiple comparison - Descriptive Statistic
Anova.ppt
Analyzing experimental research data
Analyzing experimental research data
lecture12.ppt
lecture12.ppt
Analysis of Variance
Anova lecture
Q3W3_ANOVA_SC.pptQ3W3_ANOVA_SC.pptQ3W3_ANOVA_SC.ppt
HomeworkPartnership Tax Year and Limited Liability Partnerships.docx
2Analysis of Variance.pdf
ANOVA-One Way Classification
9. basic concepts_of_one_way_analysis_of_variance_(anova)
12-5-03.ppt
12-5-03.ppt
Statistical Tools
Ad

Recently uploaded (20)

PPTX
PPT for Diseases.pptx, there are 3 types of diseases
PPTX
DATA MODELING, data model concepts, types of data concepts
PPTX
865628565-Pertemuan-2-chapter-03-NUMERICAL-MEASURES.pptx
PPTX
ai agent creaction with langgraph_presentation_
PPTX
machinelearningoverview-250809184828-927201d2.pptx
PPTX
CHAPTER-2-THE-ACCOUNTING-PROCESS-2-4.pptx
PPTX
Hushh.ai: Your Personal Data, Your Business
PPTX
indiraparyavaranbhavan-240418134200-31d840b3.pptx
PPTX
SET 1 Compulsory MNH machine learning intro
PPTX
Tapan_20220802057_Researchinternship_final_stage.pptx
PPT
Image processing and pattern recognition 2.ppt
PPT
DU, AIS, Big Data and Data Analytics.ppt
PPTX
Fundementals of R Programming_Class_2.pptx
PPTX
Crypto_Trading_Beginners.pptxxxxxxxxxxxxxx
PPTX
recommendation Project PPT with details attached
PDF
A biomechanical Functional analysis of the masitary muscles in man
PDF
©️ 02_SKU Automatic SW Robotics for Microsoft PC.pdf
PPT
statistic analysis for study - data collection
PDF
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
PDF
CS3352FOUNDATION OF DATA SCIENCE _1_MAterial.pdf
PPT for Diseases.pptx, there are 3 types of diseases
DATA MODELING, data model concepts, types of data concepts
865628565-Pertemuan-2-chapter-03-NUMERICAL-MEASURES.pptx
ai agent creaction with langgraph_presentation_
machinelearningoverview-250809184828-927201d2.pptx
CHAPTER-2-THE-ACCOUNTING-PROCESS-2-4.pptx
Hushh.ai: Your Personal Data, Your Business
indiraparyavaranbhavan-240418134200-31d840b3.pptx
SET 1 Compulsory MNH machine learning intro
Tapan_20220802057_Researchinternship_final_stage.pptx
Image processing and pattern recognition 2.ppt
DU, AIS, Big Data and Data Analytics.ppt
Fundementals of R Programming_Class_2.pptx
Crypto_Trading_Beginners.pptxxxxxxxxxxxxxx
recommendation Project PPT with details attached
A biomechanical Functional analysis of the masitary muscles in man
©️ 02_SKU Automatic SW Robotics for Microsoft PC.pdf
statistic analysis for study - data collection
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
CS3352FOUNDATION OF DATA SCIENCE _1_MAterial.pdf

ANOVA ANALYSIS OF VARIANCE power point.pdf

  • 1. 1/26/2024 Research Methods 1 ANOVA (Analysis of Variance) Research Methods
  • 2. 1/26/2024 Research Methods 2 Introduction  The use of t-test is made to determine whether there is any significant difference b/n the means of two random samples.  But if we have five randomly drawn samples from a population and we want to determine whether there are any significant differences among their means, this requires 10 t-tests.  Therefore, a single F-test (ANOVA) makes it possible to determine the differences among these sample means.  ANOVA is an extension of t-test.
  • 3. 1/26/2024 Research Methods 3 Introduction  ANOVA (analysis of variance) is a mechanism to compare means of greater than two groups where as the t-test is appropriate to compare means of two groups.  In an ANOVA the null hypothesis is tested using some procedures such as computing group means (X-bar- X), grand mean (XG), F- ratio (F) and degrees of freedom (df) which will be discussed in detail with examples.
  • 4. 1/26/2024 Research Methods 4 When to Use ANOVA  The purpose of ANOVA is to draw inferences about population means.  In testing the null hypothesis the researcher follows certain procedures.  The researcher begins by using sample data to compute a test statistic.  The statistic is treated as a “score” in a sampling distribution that assumes the null hypothesis is true.  If the statistics falls within the rejection region of the sampling distribution (i.e, the “Score” is improbable if the null is true), then we reject the null hypothesis and conclude that the group means are not equal.
  • 5. 1/26/2024 Research Methods 5 Null and Alternative Hypothesis  The null hypothesis (Ho) assumes that  µ1= µ2= µ3= µ4=,  where µ1= population mean of Group 1  µ2= population mean of Group 2  µ3= population mean of Group 3  µ4= population mean of Group 4  µn = population mean of Group n  On the other hand, the basic alternative hypothesis (H1) assumes that: H1 not H0, that is µ1 ≠ µ2, µ3 ≠ µ4.  There might be some other ways in which the null hypothesis (Ho) becomes false.
  • 6. 1/26/2024 Research Methods 6 One way ANOVA  One way ANOVA involves the comparison of group means for three or more independent groups in which the researcher manipulates the effect of a single independent variable upon the dependent variables under study.  When the independent variable may have two levels, we need to apply a two way ANOVA.
  • 7. 1/26/2024 Research Methods 7 Steps in Computing F-Statistics  Computing F- statistic involves calculating three Sums of Squared deviations:  SSTotal,  SSBetween, and  SSwithin.  Initially, we need to to calculate X bar (Mean for each group) and XG (Grand Mean) from the given set of data.  SST= Sum of Square Total (deviation of each individual score from the grand mean)  SSB = Sum of Squares Between (deviation of each group score from the grand mean)  SSW = Sum of Square Within (deviation of each individual score from their respective group mean)
  • 8. 1/26/2024 Research Methods 8 Steps in Computing F-Statistics  Then, we calculate  dfB = degree of freedom between  dfW = degree of freedom within  Finally, we calculate F-ratio using the formula  F= (SSB/dfB)/ (SSW/dfW)  Now let’s see the example.
  • 9. 1/26/2024 Research Methods 9 A. SSW Deviations from Group means (within Group Variation) Group 1 Group 2 Group 3 X X- X1 (X- X1)2 X X- X2 (X- X2)2 X X- X3 (X- X3)2 0 -3 9 1 -1 1 5 -2 4 6 3 9 4 2 4 6 -1 1 2 -1 1 3 1 1 10 3 9 4 1 1 2 0 0 8 1 1 3 0 0 0 -2 4 6 -1 1 3 2 7 Σ=20 Σ= 10 Σ= 16 Grand Mean= 4 SSW = 46
  • 10. 1/26/2024 Research Methods 10 B. SST Deviations from Grand means (Total Variation) X X- XG (X –XG)2 A1 0 -4 16 A2 6 2 4 A3 2 -2 4 A4 4 0 0 A5 3 -1 1 B1 1 -3 9 B2 4 0 0 B3 3 -1 1 B4 2 -2 4 B5 0 -4 16 C1 5 1 1 C2 6 2 4 C3 10 6 36 C4 8 4 16 C5 6 2 4 M=3 SST= 116
  • 11. 1/26/2024 Research Methods 11 C. SSB Deviation of Group means from Grand mean (Between group Variation) X X - XG (X - XG)2 N (XG2) N 3.0 -1 1 5 5 2.0 -2 4 5 20 7.0 3 9 5 45 M=4.0 SSB 70.0
  • 12. 1/26/2024 Research Methods 12 D. F-Ratio  SSB (Sum of squares between) = 70.0  SSW (Sum of squares within) = 46.0  SST= 116.0  Next using the above, compute F- statistic which is the result of:  F= (SSB/dfB)/ (SSW/dfW)  dfB = degree of freedom between (dfB = K-1) = 2 dfW = degree of freedom within (dfW = n-K) = 12  where K= number of groups and  n = total number of subjects in the study.  Therefore, MSB = (SSB/dfB)= (70/ (3-1)) =35.0  MSW= (SSW/dfW) = (46/ (15 -3)) = 3.83  F = (70/ (3-1)) / (46/ (15-3))  = 35/3.83  = 9.13
  • 13. 1/26/2024 Research Methods 13 Interpreting F-value  The computed F (9.13) is greater than 1.0 which is the value expected if the null hypothesis were true.  Because F distribution for various degrees of freedom shows three values of alpha (α) equals 0.05, 0.01 and 0.001, we need to determine significance level.  By consulting the table of significance level and the degree of freedom, we can read 3.88 for α equals 0.05 with F (2,12).  Hence, we can reject the null hypothesis that three group means are equal.
  • 14. 1/26/2024 Research Methods 14 Post hoc comparisons  One important thing to note about the F-test is that it is a global test.  What that means is that if we find a significant difference (p-value <0.05) all we know is that overall there is a significant difference somewhere in the comparisons between the three groups.  We don’t know where the significance lies. It could be ….  Therefore, we may need to find a way of telling us which comparisons are significantly different.  A number of tests, called post hoc comparisons, have been developed that allow us to do just that.
  • 15. 1/26/2024 Research Methods 15 Interaction Effects  Another useful thing that we can do in ANOVA is look at so-called ‘interaction effects’.  What is an interaction effect?  When we have a significant interaction effect, it means that the effect of one variable on another is different for different conditions of a third variable.  For example, if we were looking at the effect of assessment methods, it may be that boys do better using exams while girls do better when essay-style assessment is used.  In order to capture this kind of effect in ANOVA, we can introduce interaction effects which allow us to see whether the relationship between independent and dependent variables is mediated in any way by third variables.  All additional variables have to be nominal or ordinal with a limited number of categories.