Nonparametric test One sample tests Two sample tests Testing for three or more samples

Size: px
Start display at page:

Download "Nonparametric test One sample tests Two sample tests Testing for three or more samples"

Transcription

1 Nonparametric test One sample tests Two sample tests Testing for three or more samples 1

2 Background So far we have stressed that in order to carry out hypothesis tests we need to make certain assumptions about the types of distributions from which we were sampling. For example. to do t tests we needed to assume that the populations involved were approximately normal. In the two sample t-test we needed to make the more specific assumption that the variances are equal. An important part of statistics deals with tests for which we do not need to make such specific assumptions. These tests are called nonparametric or distribution-free tests. These tests would ordinarily be used if a parametric test were not appropriate. This might happen. for instance. if you were working with a non normal distribution. or a distribution whose shape was not yet evident. It might also happen that you are working with some special type of data for which there was no appropriate parametric test HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach2 2

3 Ranking the data Nonparametric tests can't use the estimations of population parameters. They use ranks instead. Instead of the original sample data we have to use its rank. to show the ranking procedure suppose we have the following sample of measurements: Case 4 has the smallest value (68). it is assigned a rank of 1. Case 3 has the next smallest value. it is assigned a rank of 2. Cases 5 and 6 are equal. they are assigned a rank of 3.5. the average rank of 3 and 4. We say that case 5 and 6 are tied. The next table shows the result of ranking. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 3

4 Case Data Rank Tabulate the data n i = 1 r i = n( n 2 + 1) = 6*7 2 = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 4

5 One sample tests Sign test Wilcoxon sign test Two samples tests Type of tests (Mann-Whitney test) (Wilcoxon Rank-Sum test) More than two samples Kruskall-Wallis test Jonckheere-Terpstra test HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 5

6 Wilcoxon sign test Data are in pairs E.g.: before-after treatment We have n subjects and X (x 1.x 2...x n ). Y (y 1.y 2...y n ) denotes the variable before and after treatment. respectively. Ignore where x j =y j. x j =τ+ε i y j =τ- ν +ε i d j =x j -y j =ν + ε i -ε i E(d i )= ν ; and E(ε i )=E(ε i )=0 H 0 : ν=0 H a := ν>0; H a = ν<0 or H a ν 0 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 6

7 Wilcoxon Sign Test Calculate absolute values of z i. Sort them. Calculate δ i. The test statistics T + T δ i + 1, if = { 0, if = n' i = 1 d d i i > 0 < 0 δ ir i HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 7

8 Decision rule Use standard normal distribution table E( T ) = n( n + 1) 2 + n( n + 1)(2 + ; D ( T ) = n 1) z = T T + * = + D( T E( T ) + ) HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 8

9 Decision If the calculaterd z score is greater than 1.96, then Nullhypothesis is rejected, and the alternative hypothesis is accepted, namely the diffence is significant If the calculaterd z score is less than 1.96, then Nullhypothesis is accepted, namely the diffence is NOT significant. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 9

10 Standard normal probabilities z Φ(x): proportion of area to the left of Z HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 10 10

11 Example There is a treatment using a new drug at 9 patients. Data are summarised in the next table. X is the baseline hormone level Y is the after treatment hormone level Is there any changes at hormone levels after treatment? HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 11

12 The data i x i y i d i d i R i δ i δ i R i HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 12

13 H 0 : ν=0 H a ν 0 Test statistics T + n' = i = 1 δ ir i = 5 T α /2. n=9 =39 The intervall: T + 6 or T + 39 So we reject H 0 9* T Tα / 2, n= 9orT

14 STATA results sign obs sum ranks expected positive negative zero all unadjusted variance adjustment for ties 0.00 adjustment for zeros adjusted variance H o : xi = yi z = Prob > z = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 14

15 t-test: Paired Two Sample for Means before after Mean Variance Observations 9 9 Pearson Correlation df 8 t Stat P(T<=t) one-tail t Critical one-tail P(T<=t) two-tail t Critical two-tail HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 15 15

16 Mann-Whitney Test (Non-parametric independent two-group comparisons) Definition: A non-parametric test (distribution-free) used to compare two independent groups of sampled data. Assumptions: Unlike the parametric t-test. this non-parametric makes no assumptions about the distribution of the data (e.g.. normality). Characteristics: This test is an alternative to the independent group t-test. when the assumption of normality or equality of variance is not met. This. like many non-parametric tests. uses the ranks of the data rather than their raw values to calculate the statistic. Since this test does not make a distribution assumption. it is not as powerful as the t-test. Test: The hypotheses for the comparison of two independent groups are: Ho: The two samples come from identical populations Ha: The two samples come from different populations HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 16 16

17 Mann-Whitney (M-W) procedure To compute the test. the observations from both samples are first combined and ranked from smallest to largest value. The statistic for testing the null hypothesis that the two distributions are equal is the sum of the ranks for each of the two groups. If the groups have the same distribution. their sample distributions of ranks should be similar. If one of the groups has more than its share of small or large ranks. there is reason to suspect that the two underlying distributions are different. If the total sample size is less than 30. tables can be used where an interval for R min -R max is given. If one of our test statistic is in the interval. we do not reject the null hypothesis. For large sample size a normal approximation is possible to get the p-value HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 17 17

18 M-W test Notice that the hypothesis makes no assumptions about the distribution of the populations. These hypotheses are also sometimes written as testing the equality of the central tendency of the populations. The test statistic for the Mann-Whitney test is U. This value is compared to a table of critical values for U based on the sample size of each group. If U exceeds the critical value for U at some significance level (usually 0.05) it means that there is evidence to reject the null hypothesis in favor of the alternative hypothesis. Note: Actually. there are two versions of the U statistic calculated. where U' = n 1 n 2 - U where n1 and n2 are the sample sizes of the two groups. The largest of U or U' is compared to the critical value for the purpose of the test. Note: For sample sizes greater than 8. a z-value can be used to approximate the significance level for the test. In this case. the calculated z is compared to the standard normal significance levels. Note: The U test is usually perform as a two-tailed test. however some text will have tabled one-tailed significance levels for this purpose. If the sample size if large. the z-test can be used for a one-sided test. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 18 18

19 Example (M-W) Professor Testum wondered if students tended to make better scores on his test depending if the test were taken in the morning or afternoon. From a group of 19 similarly talented students. he randomly selected some to take a test in the morning and some to take it in the afternoon. The scores by groups were: HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 19 19

20 The Data Morning Afternoon HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 20 20

21 Calculate ranks Morning Afternoon Morning Ranks Afternoon Ranks HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 21 21

22 Sum of ranks Σ Morning ranks = 119 Σ Afternoon ranks = 71 M-W critical value is є[75-125] So we accept null hypothesis. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 22 22

23 STATA Results of Mann-Whitney test Two-sample Mann-Whitney rank-sum test group obs rank sum expected combined unadjusted variance adjustment for ties adjusted variance Ho: data(group==1) = data(group==2) z = Prob > z = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 23 23

24 t-test: Two-Sample Assuming Equal Variances Morning Afternoon Mean 91,43 88,8 Variance 20, ,85 Observations 10 9 Pooled Variance 13, Hypothesized Mean Difference 0 df 17 t Stat 1, P(T<=t) one-tail 0, t Critical one-tail 1, P(T<=t) two-tail 0, HUSRB/0901/221/088 t Critical two-tail Teaching Mathematics and Statistics in Sciences: 2, Modeling and Computer-aided Approach 24 24

25 Wilcoxon Rank-Sum Test (Non-parametric independent two-group comparisons) Definition: A non-parametric test (distribution-free) used to compare two independent groups of sampled data. Test: The hypotheses for the comparison of two independent groups are: H 0 : The two samples come from identical populations H a : The two samples come from different populations HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 25 25

26 Wilcoxon Rank Sum test We have M=m+n observations in two groups: X (x 1.x 2...x m ). Y (y 1.y 2...y n ) denotes the variables. We suppose: x j =ε i i=1,2,..m y j =Δ+ε m+j, j=1,2,..., n x j,y j are the observed frequencies. H 0 : Δ =0 H a := Δ >0 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 26 26

27 Wilcoxon Rank-Sum Test Sort in ascending order the total M observations (Merge the two groups). If R j denotes the ranks of y j then calculate the sum of R j s. W = R j Test statistics (z) is approximately N(0,1) distributed for large M: n j = 1 z = W = W E( W D( W ) ) = W ( mn( n + n( m + m + n + 1) / 1) /12) 2 1/ 2 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 27 27

28 Example We have the following measurements of serum triglyceride level in two groups: Control (X; m=6) : Treated (Y; n=3): Conbine them and assign the ranks: HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 28 28

29 Example Conbine them and assign the ranks: X: Y: R: W= 1+2+5=8 Critical interval for W is [7-23] at α=0.05. Thus, we accept H 0. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 29 29

30 STATA Results of Wilcoxon ranksum test Two-sample Wilcoxon rank-sum (Mann-Whitney) test group obs rank sum expected control treated combined unadjusted variance adjustment for ties adjusted variance Ho: data(group_==0) = data(group==1) z = Prob > z = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 30 30

31 EXAMPLE After a randomised trial comparing aspririn with placebo for hadache, 8 patients on aspirin and 10 on placebo rated their improvement on a 10 cm kine. A measure of 0 indicating no improvement and one of 10 indicating very much better. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 31 31

32 Data Group Improvement Aspirin 7.5 Aspirin 8.3 Aspirin 9.1 Aspirin 6.2 Aspirin 5.4 Aspirin 8.3 Aspirin 6.5 Aspirin 8.4 Placebo 3.1 Placebo 5.6 Placebo 4.5 Placebo 6.2 Placebo 5.1 Placebo 5.3 Placebo 5.5 Placebo 4.1 Placebo 4.3 Placebo 4.2 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 32 32

33 Stata results Two-sample Wilcoxon rank-sum (Mann-Whitney) test mw_group obs rank sum expected Aspirin Placebo combined unadjusted variance adjustment for ties adjusted variance Ho: improvem(mw_group==aspirin) = improvem(mw_group==placebo) z = Prob > z = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 33 33

34 Kruskall-Wallis test We have more than two groups. (Non-parametric independent two-group comparisons) Definition: A non-parametric test (distribution-free) used to compare more than two independent groups of sampled data. Test: The hypotheses for the comparison of independent groups are: H 0 : The samples of all groups come from identical populations H a : The samples of all groups come from different populations HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 34 34

35 Kruskall-Wallis test i... k X 11 X X 1i... X 1k X 21 X X 2i... X 2k Xn 2 2 Xn i i Xn k k Xn 1 1 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 35 35

36 Kruskall-Wallis test x jj =μ+τ i +ε ij, j=1,2,..., n i, i=1,2,..., k and N=Σn i. (i=1,2,...k) where μ is the unknown expected value τ i is the effect of ith treatment. H 0 : τ 1 = τ 2 =...= τ k H A : τ o τ p, there is at least one group differs from others. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 36 36

37 Kruskall-Wallis test Combine and sort all x ij values in ascending order. r ij denotes the rank of x ij. We know: n i R i = r ji i R. i = j= 1 n k i R.. = k i = 1 R i = i i= 1 N N N( N + R 2 = 1) HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach R

38 Test Statistics H = 12 N( N + 1) k i = 1 n i 2 12 R = i ( R. i R.. ) 3( N + 1) N( N + 1) n k i = 1 2 i H statistics is approximately chi-square distributed with k-1 degrees of freedom HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 38 38

39 Example We have results of three treatments A B C HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 39 39

40 Assign ranks A B C A B C average of ranks H = 12 21(21 + 1) 131 ( ) 3(21 + 1) =

41 STATA Result for Kruskal-Wallis test Test: Equality of populations (Kruskal-Wallis Test) Groups _Obs _RankSum chi-squared = with 2 d.f. probability = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 41 41

42 Spearman's rank correlation coefficient The rank correlation coefficient is the Pearson correlation coefficient based on the ranks of the data if there are no ties (adjustments are made if some of the data are tied). If the original data for each variable have no ties. the data for each variable are first ranked. and then the Pearson correlation coefficient between the ranks for the two variables is computed. Like Pearson correlation coefficient. the rank correlation ranges between -1 and +1. where -1 and +1 indicate a perfect linear relationship between the ranks of the two variables. The interpretation is therefore the same except that the relationship between ranks. and not values. is examined HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 42 42

43 Ranks of the 1.sample Ranks of the 2.sample Difference r 1 q 1 d 1 =r 1 -q 1 r 2 q 2 d 2 =r 2 -q r n q n d n =r n -q n HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 43 43

44 Test statistics r s = 1 6 n n i = 1 3 d 2 i n r n 2 t = 1 r 2 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 44 44

45 The t-test H 0 : correlation coefficient in population = 0, in notation: ρ =0 H a : ρ 0 This test can be carried out by expressing the t statistic in terms of r. It can be proven that the statistic has t-distribution with n-2 degrees of freedom t = r 1 n 2 r = r n 2 1 r 2 2 Decision using statistical table: If t table denotes the value of the table corresponding to n-2 degrees of freedom and probability, if t > t table, we reject H 0 and state that the population correlation coefficient,ρ is different from 0. Decision using p-value: if p < α (=0.05) we reject H 0 and state that the population correlation coefficient, ρ is different from 0 45 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 45

46 Example for Spaerman rank correlation The effectiveness of a treatment was measured on a scale between The scores were determined by both the patients and doctors. Is there any relationship between the patients and doctors scores? HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 46 46

47 Data patient doctor HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 47 47

48 The results patients doctors Rank (patients ) Rank (doctor) difference d i HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 48 48

49 Results H 0 : correlation coefficient in population = 0, in notation: ρ =0 H a : ρ 0 r s = 1 6* n n i = 1 3 d n i 6*62 = 1 = t = r n r = = 2.26 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 49 49

50 Number of obs = 10 Spearman's rho = STATA results Test of Ho: patient and doctor independent Pr > t = HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 50 50

51 Jonckheere-Terpstra Test (JP) The Jonckheere-Terpstra test. which is a nonparametric test for ordered differences among classes. It tests the null hypothesis that the distribution of the response variable does not differ among classes. It is designed to detect alternatives of ordered class differences. which can be expressed as (or ). with at least one of the inequalities being strict. where denotes the effect of class i. For such ordered alternatives. the Jonckheere-Terpstra test can be preferable to tests of more general class difference alternatives. such as the Kruskal - Wallis test. The Jonckheere-Terpstra test is appropriate for a contingency table in which an ordinal column variable represents the response. The row variable. which can be nominal or ordinal. represents the classification variable. The levels of the row variable should be ordered according to the ordering you want the test to detect HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 51 51

52 Jonckheere-Terpstra statistics The Jonckheere-Terpstra test statistic is computed by first forming R(R-1)/2 Mann- Whitney counts M i.i'. where i < i'. for pairs of rows in the contingency table. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 52 52

53 Null and alternative hypothesis H 0 : 1 2 τ = τ =... = τ k H A : τ 1 τ 2... τ k HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 53 53

54 Test statistics T uv δ = = n u n v i = 1 i = 1 ' δ ( X iu, X 1, if a < b 1 {, if a = b 2 0, otherwise i' v ) J = u < v k 1 k T uv = T u = 1 v= 1 uv HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 54 54

55 Example:Do five different chemotherapy methods differ significantly in treatment response? A small pilot study was performed with five chemotherapy regimens: Cytoxan (CTX) alone, Cyclohexyl-chloreoethyl nitrosourea (CCNU) alone, Methotrexate (MTX) alone, CTX and MTX together, and CTX, CCNU, and MTX together. Tumor regression was measured on a threepoint scale: no response, partial response, and complete response. The results are displayed in the following Table. HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 55 55

56 Example No. of Patients Chemo No Response Partial Response Complete Response CTX CCNU MTX CTX+CCNU CTX+CCNU+MTX HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 56 56

57 Chemo Ranks No Response No. of Patients Partial Response Complete Response CTX 12 3,5 3,5 CCNU 8,5 8,5 3,5 MTX 14 3,5 3,5 CTX+CCNU ,5 CTX+CCNU+MTX 8,5 8,5 15 HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 57 57

58 T 12 n δ (2,0) + n 1 2 = i = 1 i = 1 ' Test statistics δ ( X i 1, X i = δ (2,2) + δ (1,0) + δ (1,1) + δ (1,0) + δ (1,2) + δ + δ (1,0) + δ (1,1) + δ (1,0) + δ (1,2) + '2 ) δ (2,1) + δ (2,0) + T 20 T = = δ (2,1) + (1,1) +... δ (1,1) = 20 J = 56 = 54 J critical HUSRB/0901/221/088 Teaching Mathematics and Statistics in Sciences: Modeling and Computer-aided Approach 58 58

Rank-Based Non-Parametric Tests

Rank-Based Non-Parametric Tests Rank-Based Non-Parametric Tests Reminder: Student Instructional Rating Surveys You have until May 8 th to fill out the student instructional rating surveys at https://sakai.rutgers.edu/portal/site/sirs

More information

Statistical tests for SPSS

Statistical tests for SPSS Statistical tests for SPSS Paolo Coletti A.Y. 2010/11 Free University of Bolzano Bozen Premise This book is a very quick, rough and fast description of statistical tests and their usage. It is explicitly

More information

UNIVERSITY OF NAIROBI

UNIVERSITY OF NAIROBI UNIVERSITY OF NAIROBI MASTERS IN PROJECT PLANNING AND MANAGEMENT NAME: SARU CAROLYNN ELIZABETH REGISTRATION NO: L50/61646/2013 COURSE CODE: LDP 603 COURSE TITLE: RESEARCH METHODS LECTURER: GAKUU CHRISTOPHER

More information

CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA

CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA CHAPTER 14 ORDINAL MEASURES OF CORRELATION: SPEARMAN'S RHO AND GAMMA Chapter 13 introduced the concept of correlation statistics and explained the use of Pearson's Correlation Coefficient when working

More information

Difference tests (2): nonparametric

Difference tests (2): nonparametric NST 1B Experimental Psychology Statistics practical 3 Difference tests (): nonparametric Rudolf Cardinal & Mike Aitken 10 / 11 February 005; Department of Experimental Psychology University of Cambridge

More information

Using Excel for inferential statistics

Using Excel for inferential statistics FACT SHEET Using Excel for inferential statistics Introduction When you collect data, you expect a certain amount of variation, just caused by chance. A wide variety of statistical tests can be applied

More information

1 Nonparametric Statistics

1 Nonparametric Statistics 1 Nonparametric Statistics When finding confidence intervals or conducting tests so far, we always described the population with a model, which includes a set of parameters. Then we could make decisions

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

THE KRUSKAL WALLLIS TEST

THE KRUSKAL WALLLIS TEST THE KRUSKAL WALLLIS TEST TEODORA H. MEHOTCHEVA Wednesday, 23 rd April 08 THE KRUSKAL-WALLIS TEST: The non-parametric alternative to ANOVA: testing for difference between several independent groups 2 NON

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

Nonparametric Two-Sample Tests. Nonparametric Tests. Sign Test

Nonparametric Two-Sample Tests. Nonparametric Tests. Sign Test Nonparametric Two-Sample Tests Sign test Mann-Whitney U-test (a.k.a. Wilcoxon two-sample test) Kolmogorov-Smirnov Test Wilcoxon Signed-Rank Test Tukey-Duckworth Test 1 Nonparametric Tests Recall, nonparametric

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

Nonparametric Statistics

Nonparametric Statistics Nonparametric Statistics J. Lozano University of Goettingen Department of Genetic Epidemiology Interdisciplinary PhD Program in Applied Statistics & Empirical Methods Graduate Seminar in Applied Statistics

More information

Non-Parametric Tests (I)

Non-Parametric Tests (I) Lecture 5: Non-Parametric Tests (I) KimHuat LIM lim@stats.ox.ac.uk http://www.stats.ox.ac.uk/~lim/teaching.html Slide 1 5.1 Outline (i) Overview of Distribution-Free Tests (ii) Median Test for Two Independent

More information

Permutation Tests for Comparing Two Populations

Permutation Tests for Comparing Two Populations Permutation Tests for Comparing Two Populations Ferry Butar Butar, Ph.D. Jae-Wan Park Abstract Permutation tests for comparing two populations could be widely used in practice because of flexibility of

More information

DATA INTERPRETATION AND STATISTICS

DATA INTERPRETATION AND STATISTICS PholC60 September 001 DATA INTERPRETATION AND STATISTICS Books A easy and systematic introductory text is Essentials of Medical Statistics by Betty Kirkwood, published by Blackwell at about 14. DESCRIPTIVE

More information

Projects Involving Statistics (& SPSS)

Projects Involving Statistics (& SPSS) Projects Involving Statistics (& SPSS) Academic Skills Advice Starting a project which involves using statistics can feel confusing as there seems to be many different things you can do (charts, graphs,

More information

Statistics. One-two sided test, Parametric and non-parametric test statistics: one group, two groups, and more than two groups samples

Statistics. One-two sided test, Parametric and non-parametric test statistics: one group, two groups, and more than two groups samples Statistics One-two sided test, Parametric and non-parametric test statistics: one group, two groups, and more than two groups samples February 3, 00 Jobayer Hossain, Ph.D. & Tim Bunnell, Ph.D. Nemours

More information

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference)

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Chapter 45 Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when no assumption

More information

3.4 Statistical inference for 2 populations based on two samples

3.4 Statistical inference for 2 populations based on two samples 3.4 Statistical inference for 2 populations based on two samples Tests for a difference between two population means The first sample will be denoted as X 1, X 2,..., X m. The second sample will be denoted

More information

Parametric and non-parametric statistical methods for the life sciences - Session I

Parametric and non-parametric statistical methods for the life sciences - Session I Why nonparametric methods What test to use? Rank Tests Parametric and non-parametric statistical methods for the life sciences - Session I Liesbeth Bruckers Geert Molenberghs Interuniversity Institute

More information

COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore*

COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore* COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore* The data collection phases for evaluation designs may involve

More information

Introduction to Statistics and Quantitative Research Methods

Introduction to Statistics and Quantitative Research Methods Introduction to Statistics and Quantitative Research Methods Purpose of Presentation To aid in the understanding of basic statistics, including terminology, common terms, and common statistical methods.

More information

Nonparametric Statistics

Nonparametric Statistics Nonparametric Statistics References Some good references for the topics in this course are 1. Higgins, James (2004), Introduction to Nonparametric Statistics 2. Hollander and Wolfe, (1999), Nonparametric

More information

Statistics for Sports Medicine

Statistics for Sports Medicine Statistics for Sports Medicine Suzanne Hecht, MD University of Minnesota (suzanne.hecht@gmail.com) Fellow s Research Conference July 2012: Philadelphia GOALS Try not to bore you to death!! Try to teach

More information

Two-Sample T-Tests Assuming Equal Variance (Enter Means)

Two-Sample T-Tests Assuming Equal Variance (Enter Means) Chapter 4 Two-Sample T-Tests Assuming Equal Variance (Enter Means) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the variances of

More information

Recall this chart that showed how most of our course would be organized:

Recall this chart that showed how most of our course would be organized: Chapter 4 One-Way ANOVA Recall this chart that showed how most of our course would be organized: Explanatory Variable(s) Response Variable Methods Categorical Categorical Contingency Tables Categorical

More information

The Wilcoxon Rank-Sum Test

The Wilcoxon Rank-Sum Test 1 The Wilcoxon Rank-Sum Test The Wilcoxon rank-sum test is a nonparametric alternative to the twosample t-test which is based solely on the order in which the observations from the two samples fall. We

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

EPS 625 INTERMEDIATE STATISTICS FRIEDMAN TEST

EPS 625 INTERMEDIATE STATISTICS FRIEDMAN TEST EPS 625 INTERMEDIATE STATISTICS The Friedman test is an extension of the Wilcoxon test. The Wilcoxon test can be applied to repeated-measures data if participants are assessed on two occasions or conditions

More information

Analysis of Questionnaires and Qualitative Data Non-parametric Tests

Analysis of Questionnaires and Qualitative Data Non-parametric Tests Analysis of Questionnaires and Qualitative Data Non-parametric Tests JERZY STEFANOWSKI Instytut Informatyki Politechnika Poznańska Lecture SE 2013, Poznań Recalling Basics Measurment Scales Four scales

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

Study Guide for the Final Exam

Study Guide for the Final Exam Study Guide for the Final Exam When studying, remember that the computational portion of the exam will only involve new material (covered after the second midterm), that material from Exam 1 will make

More information

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS This booklet contains lecture notes for the nonparametric work in the QM course. This booklet may be online at http://users.ox.ac.uk/~grafen/qmnotes/index.html.

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

Types of Data, Descriptive Statistics, and Statistical Tests for Nominal Data. Patrick F. Smith, Pharm.D. University at Buffalo Buffalo, New York

Types of Data, Descriptive Statistics, and Statistical Tests for Nominal Data. Patrick F. Smith, Pharm.D. University at Buffalo Buffalo, New York Types of Data, Descriptive Statistics, and Statistical Tests for Nominal Data Patrick F. Smith, Pharm.D. University at Buffalo Buffalo, New York . NONPARAMETRIC STATISTICS I. DEFINITIONS A. Parametric

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

Research Methods & Experimental Design

Research Methods & Experimental Design Research Methods & Experimental Design 16.422 Human Supervisory Control April 2004 Research Methods Qualitative vs. quantitative Understanding the relationship between objectives (research question) and

More information

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures

Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Testing Group Differences using T-tests, ANOVA, and Nonparametric Measures Jamie DeCoster Department of Psychology University of Alabama 348 Gordon Palmer Hall Box 870348 Tuscaloosa, AL 35487-0348 Phone:

More information

STATISTICAL SIGNIFICANCE OF RANKING PARADOXES

STATISTICAL SIGNIFICANCE OF RANKING PARADOXES STATISTICAL SIGNIFICANCE OF RANKING PARADOXES Anna E. Bargagliotti and Raymond N. Greenwell Department of Mathematical Sciences and Department of Mathematics University of Memphis and Hofstra University

More information

Biostatistics: Types of Data Analysis

Biostatistics: Types of Data Analysis Biostatistics: Types of Data Analysis Theresa A Scott, MS Vanderbilt University Department of Biostatistics theresa.scott@vanderbilt.edu http://biostat.mc.vanderbilt.edu/theresascott Theresa A Scott, MS

More information

Crosstabulation & Chi Square

Crosstabulation & Chi Square Crosstabulation & Chi Square Robert S Michael Chi-square as an Index of Association After examining the distribution of each of the variables, the researcher s next task is to look for relationships among

More information

CHAPTER 12 TESTING DIFFERENCES WITH ORDINAL DATA: MANN WHITNEY U

CHAPTER 12 TESTING DIFFERENCES WITH ORDINAL DATA: MANN WHITNEY U CHAPTER 12 TESTING DIFFERENCES WITH ORDINAL DATA: MANN WHITNEY U Previous chapters of this text have explained the procedures used to test hypotheses using interval data (t-tests and ANOVA s) and nominal

More information

Chapter G08 Nonparametric Statistics

Chapter G08 Nonparametric Statistics G08 Nonparametric Statistics Chapter G08 Nonparametric Statistics Contents 1 Scope of the Chapter 2 2 Background to the Problems 2 2.1 Parametric and Nonparametric Hypothesis Testing......................

More information

Descriptive Analysis

Descriptive Analysis Research Methods William G. Zikmund Basic Data Analysis: Descriptive Statistics Descriptive Analysis The transformation of raw data into a form that will make them easy to understand and interpret; rearranging,

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

NONPARAMETRIC STATISTICS 1. depend on assumptions about the underlying distribution of the data (or on the Central Limit Theorem)

NONPARAMETRIC STATISTICS 1. depend on assumptions about the underlying distribution of the data (or on the Central Limit Theorem) NONPARAMETRIC STATISTICS 1 PREVIOUSLY parametric statistics in estimation and hypothesis testing... construction of confidence intervals computing of p-values classical significance testing depend on assumptions

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

Topic 8. Chi Square Tests

Topic 8. Chi Square Tests BE540W Chi Square Tests Page 1 of 5 Topic 8 Chi Square Tests Topics 1. Introduction to Contingency Tables. Introduction to the Contingency Table Hypothesis Test of No Association.. 3. The Chi Square Test

More information

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1)

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1) Spring 204 Class 9: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.) Big Picture: More than Two Samples In Chapter 7: We looked at quantitative variables and compared the

More information

Two Correlated Proportions (McNemar Test)

Two Correlated Proportions (McNemar Test) Chapter 50 Two Correlated Proportions (Mcemar Test) Introduction This procedure computes confidence intervals and hypothesis tests for the comparison of the marginal frequencies of two factors (each with

More information

X X X a) perfect linear correlation b) no correlation c) positive correlation (r = 1) (r = 0) (0 < r < 1)

X X X a) perfect linear correlation b) no correlation c) positive correlation (r = 1) (r = 0) (0 < r < 1) CORRELATION AND REGRESSION / 47 CHAPTER EIGHT CORRELATION AND REGRESSION Correlation and regression are statistical methods that are commonly used in the medical literature to compare two or more variables.

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217 Part 3 Comparing Groups Chapter 7 Comparing Paired Groups 189 Chapter 8 Comparing Two Independent Groups 217 Chapter 9 Comparing More Than Two Groups 257 188 Elementary Statistics Using SAS Chapter 7 Comparing

More information

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables.

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables. SIMPLE LINEAR CORRELATION Simple linear correlation is a measure of the degree to which two variables vary together, or a measure of the intensity of the association between two variables. Correlation

More information

DATA ANALYSIS. QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University

DATA ANALYSIS. QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University DATA ANALYSIS QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University Quantitative Research What is Statistics? Statistics (as a subject) is the science

More information

Permutation & Non-Parametric Tests

Permutation & Non-Parametric Tests Permutation & Non-Parametric Tests Statistical tests Gather data to assess some hypothesis (e.g., does this treatment have an effect on this outcome?) Form a test statistic for which large values indicate

More information

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression

CHAPTER 13 SIMPLE LINEAR REGRESSION. Opening Example. Simple Regression. Linear Regression Opening Example CHAPTER 13 SIMPLE LINEAR REGREION SIMPLE LINEAR REGREION! Simple Regression! Linear Regression Simple Regression Definition A regression model is a mathematical equation that descries the

More information

Final Exam Practice Problem Answers

Final Exam Practice Problem Answers Final Exam Practice Problem Answers The following data set consists of data gathered from 77 popular breakfast cereals. The variables in the data set are as follows: Brand: The brand name of the cereal

More information

Likert Scales. are the meaning of life: Dane Bertram

Likert Scales. are the meaning of life: Dane Bertram are the meaning of life: Note: A glossary is included near the end of this handout defining many of the terms used throughout this report. Likert Scale \lick urt\, n. Definition: Variations: A psychometric

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

Nonparametric tests these test hypotheses that are not statements about population parameters (e.g.,

Nonparametric tests these test hypotheses that are not statements about population parameters (e.g., CHAPTER 13 Nonparametric and Distribution-Free Statistics Nonparametric tests these test hypotheses that are not statements about population parameters (e.g., 2 tests for goodness of fit and independence).

More information

The correlation coefficient

The correlation coefficient The correlation coefficient Clinical Biostatistics The correlation coefficient Martin Bland Correlation coefficients are used to measure the of the relationship or association between two quantitative

More information

Research Methodology: Tools

Research Methodology: Tools MSc Business Administration Research Methodology: Tools Applied Data Analysis (with SPSS) Lecture 11: Nonparametric Methods May 2014 Prof. Dr. Jürg Schwarz Lic. phil. Heidi Bruderer Enzler Contents Slide

More information

CHAPTER 14 NONPARAMETRIC TESTS

CHAPTER 14 NONPARAMETRIC TESTS CHAPTER 14 NONPARAMETRIC TESTS Everything that we have done up until now in statistics has relied heavily on one major fact: that our data is normally distributed. We have been able to make inferences

More information

Having a coin come up heads or tails is a variable on a nominal scale. Heads is a different category from tails.

Having a coin come up heads or tails is a variable on a nominal scale. Heads is a different category from tails. Chi-square Goodness of Fit Test The chi-square test is designed to test differences whether one frequency is different from another frequency. The chi-square test is designed for use with data on a nominal

More information

Point Biserial Correlation Tests

Point Biserial Correlation Tests Chapter 807 Point Biserial Correlation Tests Introduction The point biserial correlation coefficient (ρ in this chapter) is the product-moment correlation calculated between a continuous random variable

More information

T test as a parametric statistic

T test as a parametric statistic KJA Statistical Round pissn 2005-619 eissn 2005-7563 T test as a parametric statistic Korean Journal of Anesthesiology Department of Anesthesia and Pain Medicine, Pusan National University School of Medicine,

More information

ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R.

ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R. ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R. 1. Motivation. Likert items are used to measure respondents attitudes to a particular question or statement. One must recall

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

Introduction to Statistics Used in Nursing Research

Introduction to Statistics Used in Nursing Research Introduction to Statistics Used in Nursing Research Laura P. Kimble, PhD, RN, FNP-C, FAAN Professor and Piedmont Healthcare Endowed Chair in Nursing Georgia Baptist College of Nursing Of Mercer University

More information

NAG C Library Chapter Introduction. g08 Nonparametric Statistics

NAG C Library Chapter Introduction. g08 Nonparametric Statistics g08 Nonparametric Statistics Introduction g08 NAG C Library Chapter Introduction g08 Nonparametric Statistics Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Parametric and Nonparametric

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Hypothesis testing - Steps

Hypothesis testing - Steps Hypothesis testing - Steps Steps to do a two-tailed test of the hypothesis that β 1 0: 1. Set up the hypotheses: H 0 : β 1 = 0 H a : β 1 0. 2. Compute the test statistic: t = b 1 0 Std. error of b 1 =

More information

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA)

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) As with other parametric statistics, we begin the one-way ANOVA with a test of the underlying assumptions. Our first assumption is the assumption of

More information

Comparing Means in Two Populations

Comparing Means in Two Populations Comparing Means in Two Populations Overview The previous section discussed hypothesis testing when sampling from a single population (either a single mean or two means from the same population). Now we

More information

Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship)

Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship) 1 Calculating, Interpreting, and Reporting Estimates of Effect Size (Magnitude of an Effect or the Strength of a Relationship) I. Authors should report effect sizes in the manuscript and tables when reporting

More information

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Features Of The Chi-Square Statistic The chi-square test is non-parametric. That is, it makes no assumptions about the distribution

More information

Parametric and Nonparametric: Demystifying the Terms

Parametric and Nonparametric: Demystifying the Terms Parametric and Nonparametric: Demystifying the Terms By Tanya Hoskin, a statistician in the Mayo Clinic Department of Health Sciences Research who provides consultations through the Mayo Clinic CTSA BERD

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 06 Introduction This procedure provides several reports for the comparison of two distributions, including confidence intervals for the difference in means, two-sample t-tests, the z-test, the

More information

First-year Statistics for Psychology Students Through Worked Examples. 3. Analysis of Variance

First-year Statistics for Psychology Students Through Worked Examples. 3. Analysis of Variance First-year Statistics for Psychology Students Through Worked Examples 3. Analysis of Variance by Charles McCreery, D.Phil Formerly Lecturer in Experimental Psychology Magdalen College Oxford Copyright

More information

TABLE OF CONTENTS. About Chi Squares... 1. What is a CHI SQUARE?... 1. Chi Squares... 1. Hypothesis Testing with Chi Squares... 2

TABLE OF CONTENTS. About Chi Squares... 1. What is a CHI SQUARE?... 1. Chi Squares... 1. Hypothesis Testing with Chi Squares... 2 About Chi Squares TABLE OF CONTENTS About Chi Squares... 1 What is a CHI SQUARE?... 1 Chi Squares... 1 Goodness of fit test (One-way χ 2 )... 1 Test of Independence (Two-way χ 2 )... 2 Hypothesis Testing

More information

Odds ratio, Odds ratio test for independence, chi-squared statistic.

Odds ratio, Odds ratio test for independence, chi-squared statistic. Odds ratio, Odds ratio test for independence, chi-squared statistic. Announcements: Assignment 5 is live on webpage. Due Wed Aug 1 at 4:30pm. (9 days, 1 hour, 58.5 minutes ) Final exam is Aug 9. Review

More information

WHAT IS A JOURNAL CLUB?

WHAT IS A JOURNAL CLUB? WHAT IS A JOURNAL CLUB? With its September 2002 issue, the American Journal of Critical Care debuts a new feature, the AJCC Journal Club. Each issue of the journal will now feature an AJCC Journal Club

More information

2 Sample t-test (unequal sample sizes and unequal variances)

2 Sample t-test (unequal sample sizes and unequal variances) Variations of the t-test: Sample tail Sample t-test (unequal sample sizes and unequal variances) Like the last example, below we have ceramic sherd thickness measurements (in cm) of two samples representing

More information

Statistical skills example sheet: Spearman s Rank

Statistical skills example sheet: Spearman s Rank Statistical skills example sheet: Spearman s Rank Spearman s rank correlation is a statistical test that is carried out in order to assess the degree of association between different measurements from

More information

Sample Size and Power in Clinical Trials

Sample Size and Power in Clinical Trials Sample Size and Power in Clinical Trials Version 1.0 May 011 1. Power of a Test. Factors affecting Power 3. Required Sample Size RELATED ISSUES 1. Effect Size. Test Statistics 3. Variation 4. Significance

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

Recommend Continued CPS Monitoring. 63 (a) 17 (b) 10 (c) 90. 35 (d) 20 (e) 25 (f) 80. Totals/Marginal 98 37 35 170

Recommend Continued CPS Monitoring. 63 (a) 17 (b) 10 (c) 90. 35 (d) 20 (e) 25 (f) 80. Totals/Marginal 98 37 35 170 Work Sheet 2: Calculating a Chi Square Table 1: Substance Abuse Level by ation Total/Marginal 63 (a) 17 (b) 10 (c) 90 35 (d) 20 (e) 25 (f) 80 Totals/Marginal 98 37 35 170 Step 1: Label Your Table. Label

More information

The Friedman Test with MS Excel. In 3 Simple Steps. Kilem L. Gwet, Ph.D.

The Friedman Test with MS Excel. In 3 Simple Steps. Kilem L. Gwet, Ph.D. The Friedman Test with MS Excel In 3 Simple Steps Kilem L. Gwet, Ph.D. Copyright c 2011 by Kilem Li Gwet, Ph.D. All rights reserved. Published by Advanced Analytics, LLC A single copy of this document

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information

Chapter 12 Nonparametric Tests. Chapter Table of Contents

Chapter 12 Nonparametric Tests. Chapter Table of Contents Chapter 12 Nonparametric Tests Chapter Table of Contents OVERVIEW...171 Testing for Normality...... 171 Comparing Distributions....171 ONE-SAMPLE TESTS...172 TWO-SAMPLE TESTS...172 ComparingTwoIndependentSamples...172

More information

STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015

STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015 Faculty of Science Course Syllabus Department of Mathematics & Statistics STAT 2080/MATH 2080/ECON 2280 Statistical Methods for Data Analysis and Inference Fall 2015 Instructor: Michael Dowd Email: michael.dowd@dal.ca

More information

Analysis of Variance ANOVA

Analysis of Variance ANOVA Analysis of Variance ANOVA Overview We ve used the t -test to compare the means from two independent groups. Now we ve come to the final topic of the course: how to compare means from more than two populations.

More information

Basic Statistics and Data Analysis for Health Researchers from Foreign Countries

Basic Statistics and Data Analysis for Health Researchers from Foreign Countries Basic Statistics and Data Analysis for Health Researchers from Foreign Countries Volkert Siersma siersma@sund.ku.dk The Research Unit for General Practice in Copenhagen Dias 1 Content Quantifying association

More information

Chi-square test Fisher s Exact test

Chi-square test Fisher s Exact test Lesson 1 Chi-square test Fisher s Exact test McNemar s Test Lesson 1 Overview Lesson 11 covered two inference methods for categorical data from groups Confidence Intervals for the difference of two proportions

More information

CORRELATIONAL ANALYSIS: PEARSON S r Purpose of correlational analysis The purpose of performing a correlational analysis: To discover whether there

CORRELATIONAL ANALYSIS: PEARSON S r Purpose of correlational analysis The purpose of performing a correlational analysis: To discover whether there CORRELATIONAL ANALYSIS: PEARSON S r Purpose of correlational analysis The purpose of performing a correlational analysis: To discover whether there is a relationship between variables, To find out the

More information

Section 3 Part 1. Relationships between two numerical variables

Section 3 Part 1. Relationships between two numerical variables Section 3 Part 1 Relationships between two numerical variables 1 Relationship between two variables The summary statistics covered in the previous lessons are appropriate for describing a single variable.

More information

Elementary Statistics Sample Exam #3

Elementary Statistics Sample Exam #3 Elementary Statistics Sample Exam #3 Instructions. No books or telephones. Only the supplied calculators are allowed. The exam is worth 100 points. 1. A chi square goodness of fit test is considered to

More information