1 / 11

Statistical Methods II

Statistical Methods II. Session 9 Non Parametric Testing – The Wilcoxon Rank Sum Test ( also known as the Mann Whitney Test). Wilcoxon Rank Sum Test. Recall that Non-Parametric tests (in all forms) should be your “Plan B”.

yeo-diaz
Download Presentation

Statistical Methods II

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. Statistical Methods II Session 9 Non Parametric Testing – The Wilcoxon Rank Sum Test (also known as the Mann Whitney Test)

  2. Wilcoxon Rank Sum Test Recall that Non-Parametric tests (in all forms) should be your “Plan B”. In the previous two sessions, we covered the Sign Test and the Wilcoxon Signed Rank Test – both of which can be used when testing the center location of a single population (or a pair). In the current session, we will be covering the Wilcoxon Rank Sum Test – used with two independent samples.

  3. Wilcoxon Rank Sum Test

  4. Wilcoxon Rank Sum Test Although this test does not have parametric assumptions – specifically the number of observations can be small – it does require two things: • The two groups being tested are independent of each other. • The two groups should have approximately similar distributions (this test evaluates the “shift” of the distributions).

  5. Wilcoxon Rank Sum Test The hypothesis statements function the same way as the two sample ttest – but we are focused on the medians rather than on the means: H0: η1 – η2 = 0 H1: η1 – η2 ≠ 0 These could also be expressed as one tailed tests.

  6. Wilcoxon Rank Sum Test Step 1: List the data values from both samples in a single list arranged from smallest to largest. Step 2: In the next column, assign the numbers 1 to N (where N = n1+n2). These are the ranks of the observations. As before, if there are ties, assign the average of the ranks the values would receive to each of the tied values. Step 3: Let W denote the sum of the ranks for the obs from Population 1. Note that if there is no difference between the two medians (the null is true), the value of W will be around half the sum of the ranks – {(n1(1+N))/2}

  7. Wilcoxon Rank Sum Test The following data measures the reaction times of two samples of people – one set drank alcohol, one set drank a placebo.

  8. Wilcoxon Rank Sum Test From this dataset, the hypothesis statements will be: H0: The median reaction times for the placebo group is the same or slower than the median reaction time for the alcohol group. H1: The median reaction times for the placebo group is faster than the median reaction time for the alcohol group.

  9. Wilcoxon Rank Sum Test

  10. Wilcoxon Rank Sum Test If we sum the ranks of the Placebo group, we get W = 1+2+3+4+5+6+7+8+16+18 = 70. Since the middle point of the ranks is 105 - (10*21)/2 – and the placebo ranks is much lower, we have initial evidence to conclude that the placebo group had quicker reaction times than did the alcohol group. A z-score approximation can be found on page S2-11 of your book.

  11. Wilcoxon Rank Sum Test Lets do this same test using SAS…

More Related