1 / 32

Hypothesis testing

Hypothesis testing. 5th - 9th December 2011, Rome. Hypothesis testing. Hypothesis testing involves: defining research questions and assessing whether changes in an independent variable are associated with changes in the dependent variable by conducting a statistical test

dawson
Télécharger la présentation

Hypothesis testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hypothesis testing 5th - 9th December 2011, Rome

  2. Hypothesis testing Hypothesis testing involves: • defining research questions and • assessing whether changes in an independent variable are associated with changes in the dependent variable by conducting a statistical test Dependent and independent variables • Dependent variables are the outcome variables • Independent variables are the predictive/ explanatory variables

  3. Examples… • Research question: Is educational level of the mother related to birthweight? • What is the dependent and independent variable? • Research question: Is access to roads related to educational level of mothers? • Now?

  4. Tests statistics • To test hypotheses, we rely on test statistics… • Test statistics are simply the result of a particular statistical test • The most common include: • T-tests calculate T-statistics • ANOVAs calculate F-statistics • Correlations calculate the pearson correlation coefficient

  5. Significant test statistic • Is the relationship observed by chance, or because there actually is a relationship between the variables??? • This probability is referred to as a p-value and is expressed a decimal percent (ie. p=0.05) • If the probability of obtaining the value of our test statistic by chance is less than 5% then we generally accept the experimental hypothesis as true: there is an effect on the population • Ex: if p=0.1-- What does this mean? Do we accept the experimental hypothesis? • This probability is also referred to as significance level (sig.)

  6. Statistical significance

  7. Hypothesis testing Part 1: Continuous variables

  8. Topics to be covered in this presentation • T- test • One way analysis of variance (ANOVA) • Correlation

  9. Hypothesis testing… WFP tests a variety of hypothesis… Some of the most common include: 1. Looking at differences between groups of people (comparisons of means) Ex. Are different livelihood groups more likely to have different levels food consumption?? 2. Looking at the relationship between two variables… Ex. Is asset wealth associated with food consumption??

  10. How to assess differences in two means statistically T-tests

  11. T-test A test using the t-statistic that establishes whether two means differ significantly. Independent means t-test: • It is used in situations in which there are two experimental conditions and different participants have been used in each condition. Dependent or paired means t-test: • This test is used when there are two experimental conditions and the same participants took part in both conditions of experiment.

  12. T-test: assumptions Independent T-tests works well if: • continuous variables • groups to compare are composed of differentpeople • within each group, variable’s values are normally distributed • there is the same level of homogeneity in the 2 groups.

  13. Normal distribution Normal distributions are perfect symmetrical around the mean (mean is equal to zero) Values close to the mean (zero) have higher frequency. Values very far from the mean are less likely to occur (lower frequency)

  14. Variance Variance measures how cases are similar on a specific variable (level of homogeneity) V = sum of all the squared distances from the Mean / N Variance is low → cases are very similar to the mean of the distribution (and to each other). The group of cases is therefore homogeneous (on this variable) Variance is high → cases tend to be very far from the mean (and different from each other). The group of cases is therefore heterogeneous (on this variable)

  15. Homogeneity of Variance T-test works well if the two groups have the same homogeneity (variance) on the variable. If one group is very homogeneous and the another is not, T-test fails.

  16. The independent t-test • The independent t-test compares two means, when those means have come from different groups of people;

  17. To conduct an independent t-test in SPSS • Click on “Analyze” drop down menu • Click on “Compare Means” • Click on “Independent- Sample T-Test…” • Move the independent and dependent variable into proper boxes • Click “OK”

  18. T-test: SPSS procedure • Drag the variables into the proper boxes • define values for the independent variable

  19. One note of caution about independent t-tests It is important to ensure that the assumption of homogeneity of variance is met: To do so: Look at the column labelled Levene’s Test for Equality of Variance. If the Sig. value is less than .05 then the assumption of homogeneity of variance has been broken and you should look at the row in the table labelledEqual variances not assumed. If the Sig. value of Levene’s test is bigger than .05 then you should look at the row in the table labelledEqual variances assumed.

  20. T-test: SPSS output Look at the Levene’s Test … • If the Sig. value of the test is less than .05, groups have different variance. Read the row “Equal variances not assumed” • If the Sig. value of test is bigger than .05, read the row labelled “Equal variances assumed”

  21. What to do if we want to statistically compare differences in three means? Analysis of variance (ANOVA)

  22. Analysis of Variance (ANOVA) • ANOVAs test tells us if there are any difference among the different means but not how (or which) means differ. • ANOVAs are similar to t-tests and in fact an ANOVA conducted to compare two means will give the same answer as a t-test.

  23. Calculating an ANOVA ANOVA formulas: calculating an ANOVA by hand is complicated and knowing the formulas are not necessary… Instead, we will rely on SPSS to calculate ANOVAs…

  24. Example of One-Way ANOVAs Research question: Do mean child malnutrition (GAM) rates differ according to mother’s educational level (none, primary, or secondary/ higher)?

  25. To calculate one-way ANOVAs in SPSS In SPSS, one-way ANOVAs are run using the following steps: • Click on “Analyze” drop down menu • Click on “Compare Means” • Click on “One-Way ANOVA…” • Move the independent and dependent variable into proper boxes • Click “OK”

  26. ANOVA: SPSS procedure Analyze; compare means; one-way ANOVA Drag the independent and dependent variable into proper boxes Ask for the descriptive Click on ok

  27. ANOVA: SPSS output • Along with the mean for each group, ANOVA produces the F-statistic. It tells us if there are differences between the means. It does not tell which means are different. • Look at the F’s value and at the Sig. level

  28. Determining where differences exist In addition to determining that differences exist among the means, you may want to know which means differ. There is one type of test for comparing means: • Post hoc tests are run after the experiment has been conducted (if you don’t have specific hypothesis).

  29. ANOVA post hoc tests Once you have determined that differences exist among the means, post hoc range tests and pairwise multiple comparisons can determine which means differ. Tukeys post hoc test is the amongst the most popular and are adequate for our purposes…so we will focus on this test…

  30. To calculate Tukeys test in SPSS In SPSS, Tukeys post hoc tests are run using the following steps: • Click on “Analyze” drop down menu • Click on “Compare Means” • Click on “One-Way ANOVA…” • Move the independent and dependent variable into proper boxes • Click on “Post Hoc…” • Check box beside “Tukey” • Click “Continue” • Click “OK”

  31. Determining where differences exist in SPSS Once you have determined that differences exist among the means → you may want to know which means differ… Different types of tests exist for pairwise multiple comparisons

  32. Pairwise comparisons: SPSS output Once you have decided which post-hoc test is appropriate • Look at the column “mean difference” to know the difference between each pair • Look at the column Sig.: if the value is less than .05 then the means of the two pairs are significantly different

More Related