Analysis of numerical data S4

Size: px
Start display at page:

Download "Analysis of numerical data S4"

Transcription

1 Basic medical statistics for clinical and experimental research Analysis of numerical data S4 Katarzyna Jóźwiak 22nd November /44

2 Hypothesis tests: numerical and ordinal data 1 group: one-sample t-test, sign test. 2 groups: Dependent (paired/related): paired t-test, Wilcoxon signed rank test, sign test Independent (unrelated): unpaired t-test, Wilcoxon rank sum test. More than 2 groups: Dependent (paired/related): repeated measures ANOVA, Friedman s ANOVA Independent (unrelated): one-way ANOVA, Kruskal-Wallis test. 2/44

3 Single group One-sample t-test (parametric): H 0 : population mean = parameter value H 1 : population mean parameter value (or H 1 : population mean > parameter value, or H 1 : population mean < parameter value) Example: sample from a single group of individuals (high school students) with their standardized test scores in writing. H 0 : population mean writing score = 5 H 1 : population mean writing score 5 Reject H 0 if: sample mean-parameter value sample mean-parameter value < c or > c SEM SEM with c > 0. 3/44

4 Single group Variable (e.g., writing test score) is numerical, is normally distributed with a given (usually unknown) variance. If population variance unknown: test statistic follows a Student-t distribution: 5% significance level: SEM = s/ n and c = tn 1,1 α/2 = t n 1,0.975 (s =standard deviation of sample observations, n =sample size) If population variance known (σ 2 ) or sample size very large: test statistic follows a normal distribution (z-test): 5% significance level: SEM = σ/ n and c = z1 α/2 = z = /44

5 Two related groups Paired data (matched pairs): One group of individuals and variable measured on each individual in two circumstances. E.g. measurement while taking active treatment and while taking placebo; blood pressure measured before and after a particular treatment. Two samples of different individuals but linked to each other. E.g. matched patients in case-control study Example: sample of patients in which hours of sleep under a sleeping drug is measured one night, and hours of sleep under a placebo is measured a different night for each. 5/44

6 Two related groups Paired t-test (parametric): H 0 : population mean group 1 - population mean group 2 = parameter value For the hours of sleep example: H 0 : pop. mean hours sleep (drug) - pop. mean hours sleep (placebo) = 0 H 1 : pop. mean hours sleep (drug) - pop. mean hours sleep (placebo) 0 Since data are paired, we reduce the two samples to a single sample of differences: Difference in hours sleep = hours sleep under drug - hours sleep under placebo Variable (difference in hours sleep) is numerical, is normally distributed with a given (usually unknown) variance. Hypotheses become: H 0 : population mean difference hours sleep = 0 H 1 : population mean difference hours sleep 0 We can use a one-sample t-test. Ratio paired t-test: If ratio (treatment/control) seems better to quantify effect of treatment. 6/44

7 Two related groups Example SPSS output: Concentration of antibody (µg/ml) to type II group B Streptococcus in 20 volunteers before and after immunisation (Bland and Altman, 2009). H0 : population mean concentration before immunisation = population mean concentration after immunisation Paired Samples Test Paired Differences... Mean Std. Deviation Lower Pair Paired Samples Test Upper t df Sig. (2-tailed) Pair /44

8 Two related groups Wilcoxon signed ranks test (nonparametric): H 0 : population median of differences between paired observations = parameter value For the hours of sleep example: H 0 : population median difference hours sleep = 0 H 1 : population median difference hours sleep 0 Intuition: if the population median of differences is zero, then approximately half of the values of differences between the two samples should be below zero. No normality required, but it does assume (rough) symmetry. Robust to outliers Applicable to numerical and ordinal data 8/44

9 Two related groups Wilcoxon signed ranks test (nonparametric): How does it work? Compute differences between paired observations and ignore differences equal to the parameter value (sample size is reduced to n r ) Assign ranks to the absolute values of the differences (for ties, calculate the average rank) Reassign the + and - signs to the ranks Sum up positive ranks and negative ranks separately Test statistic W is the smaller value of the sum of positive ranks and sum of negative ranks Reject H0 if: Small sample size: W c with c > 0 Large sample size: Z < c or Z > c where Z = W µ W nr (nr +1), µ σ W =, W 4 nr (n σ W = r +1)(2n r +1) ; 24 W is approximately normally distributed. 9/44

10 Two related groups Wilcoxon signed ranks test (nonparametric): H0 : population median of differences between paired observations = 0 group 1 group 2 diff abs(diff) rank sign neg pos pos neg pos pos sum of positive ranks = 15; sum of negative ranks = 3 10/44

11 Two related groups Statistical Table 8.1 Critical one- and two-tailed values of T for a Wilcoxon Matched- Pairs Signed-Ranks test, where T = the sum of differences with the least frequent sign and N = the total number of differences with either a positive or negative sign. (T is significant if it is less than or equal to the table value) Critical values for a Wilcoxon signed ranks test N level of significance for a one-tailed test level of significance for a two-tailed test W = 3, n r = 6, c = 0 for two-sided test and α = 0.05 W > c thus we do not reject the null hypothesis /44

12 Two related groups Example SPSS output: Response of serum antigen level to AZT in 20 AIDS patients (Makutch and Parks, 1988) H0 : population median post-treatment serum antigen level = population median pre-treatment serum antigen level Test Statistics a Z Asymp. Sig. (2-tailed) Exact Sig. (2-tailed) Exact Sig. (1-tailed) Point Probability b a. b. 12/44

13 Two related groups The sign test (nonparametric): H 0 : population median of differences between paired observations = parameter value For the hours of sleep example: H 0 : population median difference hours sleep = 0 H 1 : population median difference hours sleep 0 No normality required, no symmetry required Robust to outliers Applicable to numerical and ordinal data Less powerful than Wilcoxon signed ranks test when the population is symmetric since it ignores magnitudes completely 13/44

14 Two related groups The sign test (nonparametric): How does it work? Compute the differences between paired observations and omit differences equal to the parameter value (sample size is reduced to n r ) Count the number of positive and negative differences The test statistic W is the number of positive differences or the number of negative differences, whichever is smaller Reject H0 if: p value<α and p value=p(w or less differences) for one-sided test or p value=2p(w or less differences) for two-sided test; W has a binomial distribution with n r trials and p = 1/2. 14/44

15 Two related groups Example SPSS output: Response of serum antigen level to AZT in 20 AIDS patients (Makutch and Parks, 1988). H0 : population median post-treatment serum antigen level = population median pre-treatment serum antigen level Test Statistics a Exact Sig. (2-tailed) Exact Sig. (1-tailed) Point Probability.004 b a. b. 15/44

16 Two unrelated groups Samples from two independent (unrelated) groups of individuals. Example 1: birth weights of children born to n1 = 40 heavy smokers (group 1) and to n 2 = 42 non-smokers (group 2). Example 2: weights of two groups of children, each child being randomly allocated to receive either a dietary supplement (group 1) or placebo (group 2). 16/44

17 Two unrelated groups Unpaired (two-sample) t-test (parametric): H 0 : two populations have the same means For the birth weight example: H 0 : population mean weight group 1 = population mean weight group 2 H 1 : population mean weight group 1 population mean weight group 2 Reject H 0 if: or sample mean group 1 - sample mean group 2 SEM < c with c > 0. sample mean group 1 - sample mean group 2 SEM > c 17/44

18 Two unrelated groups Variable (e.g., weight) is numerical in each group, is normally distributed in each group with (usually unknown) variances. If population variances are equal but unknown: test statistic follows a Student-t distribution: 5% significance level: SEM = s 1/n1 + 1/n 2 and (n c = t n1 +n 2 2,1 α/2 = t n1 +n 2 2,0.975 (s = 1 1)s 1 2+(n 2 1)s 2 2 ) pooled n 1 +n 2 2 standard deviation of the two groups; s i is the standard deviations sample observations group i; n i is the sample size of group i, with i = 1, 2) 18/44

19 Two unrelated groups If population variances known (σ1 2, σ2 2 ) or sample size very large: test statistic follows a normal distribution (z-test): 5% significance level: SEM = σ 2 1 /n 1 + σ 2 2 /n 2 and c = z 1 α/2 = z = 1.96 If population variances unequal and unknown: test statistic follows a Student-t distribution: 5% significance level: SEM = s 2 1 /n 1 + s 2 2 /n 2 and c = t df,1 α/2 with df = (s2 1 /n 1+s 2 2 /n 2) 2 (s 2 1 /n 1 )2 n (s2 2 /n 2 )2 n /44

20 Two unrelated groups Example SPSS output: Galactose binding measurements for patients with Crohn disease and controls. H0 : population mean measurements Crohn disease = population mean measurements controls Independent Samples Test Levene's Test for Equality of t-test for Equality of Means Variances F Sig. t df Sig. (2- Mean Std. Error 95% Confidence Interval of tailed) Difference Difference the Difference Lower Upper Galactose binding Equal variances assumed Equal variances not assumed /44

21 Two unrelated groups Example SPSS output: Galactose binding measurements for patients with Crohn disease and controls. Independent Samples Test Galactose binding Equal variances assumed Equal variances not assumed Levene's Test t-test for Equality of Means for Equality of Variances F Sig. t df Sig. (2- tailed) Mean Difference Std. Error Difference 95% Confidence Interval of the Difference Lower Upper Equal variances are assumed since F = 0.052, p = we interpret results given in the first row, t(27) = 4.261, p < /44

22 Two unrelated groups Wilcoxon rank sum (two-sample) test (nonparametric): H 0 : two populations have the same medians For the birth weight example: H 0 : population median weight group 1 = population median weight group 2 H 1 : population median weight group 1 population median weight group 2 No normality required but the population distribution of the two groups assumed to have the same shape Applicable to numerical and ordinal data 22/44

23 Two unrelated groups Wilcoxon rank sum (two-sample) test (nonparametric): How does it work? Rank the data ignoring grouping Sum up ranks for each group separately The test statistic W is the smaller of the sum of ranks for group 1 and sum of ranks for group 2 Reject H0 if: Small sample size: W c with c > 0 Large sample size: Z < c or Z > c where Z = W µ W, µ σ W = n 1(n 1 +n 2 +1), W 2 n1 n σ W = 2 (n 1 +n 2 +1), n 12 1 is the sample size of the group that has smaller sum of ranks; W is approximately normally distributed. 23/44

24 Two unrelated groups Mann-Whitney U (two-sample) test (nonparametric): H 0 : two populations have the same medians For the birth weight example: H 0 : population median weight group 1 = population median weight group 2 H 1 : population median weight group 1 population median weight group 2 No normality required but the population distribution of the two groups assumed to have the same shape Applicable to numerical and ordinal data 24/44

25 Two unrelated groups Mann-Whitney U (two-sample) test (nonparametric): How does it work? Rank the data ignoring grouping Sum up ranks for each group separately (R 1 and R 2 ) The test statistic U is the smaller value of U 1 and U 2 : U 1 = n 1 n 2 + n 1(n 1 + 1) 2 R 1 U 2 = n 1 n 2 + n 2(n 2 + 1) R 2 2 where n 1, n 2 are the sample sizes of the groups. Reject H0 if: Small sample size: U c with c > 0 Large sample size: Z < c or Z > c where Z = U µ U, µ σ U = n 1n 2 U 2, n1 n σ U = 2 (n 1 +n 2 +1) ; 12 U is approximately normally distributed. 25/44

26 Two unrelated groups Wilcoxon rank sum test and Mann-Whitney U test give identical results Example SPSS output: Data on diastolic blood pressure (mm Hg) measured in 4 treated subjects and 11 controls. H0 : population median diastolic blood pressure treated subjects = population median diastolic blood pressure controls Test Statistics a Mann-Whitney U Wilcoxon W Z Asymp. Sig. (2-tailed) Exact Sig. (2-tailed) Exact Sig. (1-tailed) Point Probability b a. b. 26/44

27 More than two related groups Related groups: One group of individuals and variable measured on each individual in more than two circumstances. E.g. measurement while taking low dose of a drug, high dose of a drug or placebo. More than two samples of different individuals but linked to each other. Making pairwise comparisons between groups is not efficient because the type I error rate becomes high Better to carry out a single global test to determine whether the means/medians differ in ANY groups. 27/44

28 More than two related groups Friedman s ANOVA (nonparametric): H 0 : all populations have the same medians H 1 : at least one population has a different median Example: we measure the outcome variable x of n individuals at k different conditions or k different time points. No normality required Applicable to numerical and ordinal data 28/44

29 More than two related groups Friedman s ANOVA (nonparametric) How does it work? Rank the data separately for each individual / group of related observations Sum up ranks for each group separately (R j for group j) The test statistic F is F = 12 R 2 j 3n(k + 1) nk(k + 1) Reject H0 if: Small sample size: F c with c > 0 Large sample size: F < c or F > c with c > 0 knowing that F has a chi-square distribution with df=k 1 j 29/44

30 More than two unrelated groups Examples: Samples from 3 independent groups of patients, each with a type of sickle cell disease. For each patient, the steady-state haemoglobin levels are measured. RNA samples from 12 mice of 3 different strains (4 mice/strain). Identify genes that differ in expression levels among these strains. Making pairwise comparisons between groups (e.g. with t-test) is not efficient because the type I error rate becomes high Better to carry out a single global test to determine whether the means/medians differ in ANY groups. 30/44

31 More than two unrelated groups One-way analysis of variance (ANOVA) (parametric): H 0 : all populations have the same means H 1 : at least one population has a different mean (Homogeneity or heterogeneity across populations/groups) Example: the populations means haemoglobin level for each type of sickle cell disease are the same, or at least one is different. Variable (e.g., haemoglobin level, gene expression) is numerical in each group is normally distributed in each group and variances are the same across groups moderate departures from normality may be ignored but unequal variances cannot check homogeneity of variances. Groups are defined by the levels of a single factor (e.g. different sickle cell disease; gender). 31/44

32 More than two unrelated groups One-way analysis of variance (ANOVA) (parametric): We measure the outcome variable x (e.g. haemoglobin level) and compare its mean in the k groups defined by the levels of a single factor (e.g. type of sickle cell disease). The outcome is measured n times in total. The variance of all observations ignoring subdivision into groups (total sample variance) is s 2 = j i (x ij x) 2 /(n 1) One-way ANOVA partitions the sum of squares SS = j i (x ij x) 2 into: Between-groups SS (k - 1 d.f.): SS M = j n j ( x j x) 2 Within-groups SS or residual SS (n - k d.f.): SS R = j i (x ij x j ) 2 x ij is the i observation in j group, x j is the mean of group j, x is the grand mean The amount of variation per degree of freedom is the mean square (MS). 32/44

33 More than two unrelated groups One-way analysis of variance (ANOVA) (parametric): DV IV Level 1 Level 2 Level 3 SSR uses the differences between the observed data and the group means 1 33/44

34 More than two unrelated groups One-way analysis of variance (ANOVA) (parametric): DV IV Level 1 Level 2 Level 3 SSM uses the differences between the grand means and the group means 2 34/44

35 More than two unrelated groups One-way analysis of variance (ANOVA) (parametric): Reject H0 at the 5% significance level if: F = Between-groups SS/(k 1) Within-groups SS/(n 1) = Between-groups MS Within-groups MS > F k 1,n k,0.95 The F test statistic is found by dividing the between group variance by the within group variance. When there are only 2 groups, results of the one-way ANOVA exactly equal to results of t-test. 35/44

36 More than two unrelated groups Example SPSS output: Galactose binding measurements for patients with Crohn disease, ulcerative colitis and controls. H0 : population mean measurements Crohn disease = population mean measurements ulcerative colitis = population mean measurements controls ANOVA Galactose binding Between Groups Within Groups Total df Mean Square F Sig /44

37 More than two unrelated groups Kruskal-Wallis test (nonparametric): H 0 : all populations have the same medians H 1 : at least one population has a different median The population distribution of all groups assumed to have the same shape We measure the outcome variable x (e.g. haemoglobin level) and compare its median in the k groups defined by the levels of a single factor (e.g. type of sickle cell disease). The outcome is measured n times in total. No normality required Applicable to numerical or ordinal data 37/44

38 More than two unrelated groups Kruskal-Wallis test (nonparametric): How does it work? Rank the data ignoring grouping Sum up ranks for each group separately (R j ) The test statistic H is H = 12 Rj 2 3(n + 1) n(n + 1) Reject H0 if: Small sample size: H c with c > 0 Larger sample size: H < c or H > c with c > 0 knowing that H has a chi-squared distribution with df=k 1 j n j 38/44

39 Multiple comparisons Multiple comparisons: compare all different pairwise combinations of the groups With k groups we have k(k 1) 2 pairs of groups to compare There are methods that control for the increased familywise error rate, i.e., make all pairwise comparisons while maintaining the experimentwise error rate at the pre-established α level 39/44

40 Multiple comparisons SPSS Post Hoc Multiple Comparisons option 40/44

41 Multiple comparisons Fisher s least significant difference (LSD) test: does not correct for multiple comparisons, is equivalent to performing multiple t-tests on the data Bonferroni method: for each pairwise comparison α/m is used as a significance level and overall Type I error rate is α; m is the number of all possible comparisons in SPSS: each p-value for Bonferroni test is a p-value for LSD test multiplied by the number of comparisons powerful method for a small number of comparisons 41/44

42 Multiple comparisons Tukey s HSD(Honestly Significance Difference) test: for each pairwise comparison the test statistic Q = x i x k is used where MSw /n i k, x i and x k are the group means we compare, n is the sample size of each group and MS w is the within-groups variance value from, e.g, the ANOVA method we obtained at the first phase correction for unequal sized groups: MSw is divided by m n h = 1/n 1 +1/n /n m powerful method for a large number of comparisons Dunnett s test: makes pairwise comparisons of each group to a control or reference group so we have k 1 comparisons 42/44

43 Multiple comparisons Example SPSS output: Galactose binding measurements for patients with Crohn disease, ulcerative colitis and controls. Dependent Variable: Galactose binding Multiple Comparisons (I) group (J) group Std. Error Sig. Bonferroni Crohn disease Ulcerative colitis Control * Ulcerative colitis Crohn disease Control Control Crohn disease * Ulcerative colitis Dunnett t (2-sided) b Crohn disease Control * Ulcerative colitis Control Multiple Comparisons Dependent Variable: Galactose binding 95% Confidence Interval 43/44

44 Parametric or nonparametric? Parametric approaches: when a variable is normally distributed dependent groups: check normality for variable of differences independent groups: check normality for each variable separately when n > 30 Nonparametric approaches (variable s observations are replaced with their ranks): when a variable is not normally distributed when a variable is ordinal or have many outliers when n is small when median is a better representation of the study 44/44

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

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

Chapter 5 Analysis of variance SPSS Analysis of variance

Chapter 5 Analysis of variance SPSS Analysis of variance Chapter 5 Analysis of variance SPSS Analysis of variance Data file used: gss.sav How to get there: Analyze Compare Means One-way ANOVA To test the null hypothesis that several population means are equal,

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

Introduction to Analysis of Variance (ANOVA) Limitations of the t-test

Introduction to Analysis of Variance (ANOVA) Limitations of the t-test Introduction to Analysis of Variance (ANOVA) The Structural Model, The Summary Table, and the One- Way ANOVA Limitations of the t-test Although the t-test is commonly used, it has limitations Can only

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

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

1.5 Oneway Analysis of Variance

1.5 Oneway Analysis of Variance Statistics: Rosie Cornish. 200. 1.5 Oneway Analysis of Variance 1 Introduction Oneway analysis of variance (ANOVA) is used to compare several means. This method is often used in scientific or medical experiments

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

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

Independent t- Test (Comparing Two Means)

Independent t- Test (Comparing Two Means) Independent t- Test (Comparing Two Means) The objectives of this lesson are to learn: the definition/purpose of independent t-test when to use the independent t-test the use of SPSS to complete an independent

More information

Chapter 7 Section 7.1: Inference for the Mean of a Population

Chapter 7 Section 7.1: Inference for the Mean of a Population Chapter 7 Section 7.1: Inference for the Mean of a Population Now let s look at a similar situation Take an SRS of size n Normal Population : N(, ). Both and are unknown parameters. Unlike what we used

More information

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

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

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

Chapter 7. One-way ANOVA

Chapter 7. One-way ANOVA Chapter 7 One-way ANOVA One-way ANOVA examines equality of population means for a quantitative outcome and a single categorical explanatory variable with any number of levels. The t-test of Chapter 6 looks

More information

Chapter 2 Probability Topics SPSS T tests

Chapter 2 Probability Topics SPSS T tests Chapter 2 Probability Topics SPSS T tests Data file used: gss.sav In the lecture about chapter 2, only the One-Sample T test has been explained. In this handout, we also give the SPSS methods to perform

More information

13: Additional ANOVA Topics. Post hoc Comparisons

13: Additional ANOVA Topics. Post hoc Comparisons 13: Additional ANOVA Topics Post hoc Comparisons ANOVA Assumptions Assessing Group Variances When Distributional Assumptions are Severely Violated Kruskal-Wallis Test Post hoc Comparisons In the prior

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

One-Way Analysis of Variance

One-Way Analysis of Variance One-Way Analysis of Variance Note: Much of the math here is tedious but straightforward. We ll skim over it in class but you should be sure to ask questions if you don t understand it. I. Overview A. We

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

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate

One-Way ANOVA using SPSS 11.0. SPSS ANOVA procedures found in the Compare Means analyses. Specifically, we demonstrate 1 One-Way ANOVA using SPSS 11.0 This section covers steps for testing the difference between three or more group means using the SPSS ANOVA procedures found in the Compare Means analyses. Specifically,

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

One-Way Analysis of Variance (ANOVA) Example Problem

One-Way Analysis of Variance (ANOVA) Example Problem One-Way Analysis of Variance (ANOVA) Example Problem Introduction Analysis of Variance (ANOVA) is a hypothesis-testing technique used to test the equality of two or more population (or treatment) means

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

SPSS Tests for Versions 9 to 13

SPSS Tests for Versions 9 to 13 SPSS Tests for Versions 9 to 13 Chapter 2 Descriptive Statistic (including median) Choose Analyze Descriptive statistics Frequencies... Click on variable(s) then press to move to into Variable(s): list

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

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

Introduction to Statistics with SPSS (15.0) Version 2.3 (public)

Introduction to Statistics with SPSS (15.0) Version 2.3 (public) Babraham Bioinformatics Introduction to Statistics with SPSS (15.0) Version 2.3 (public) Introduction to Statistics with SPSS 2 Table of contents Introduction... 3 Chapter 1: Opening SPSS for the first

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

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

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES SCHOOL OF HEALTH AND HUMAN SCIENCES Using SPSS Topics addressed today: 1. Differences between groups 2. Graphing Use the s4data.sav file for the first part of this session. DON T FORGET TO RECODE YOUR

More information

Analysis of Data. Organizing Data Files in SPSS. Descriptive Statistics

Analysis of Data. Organizing Data Files in SPSS. Descriptive Statistics Analysis of Data Claudia J. Stanny PSY 67 Research Design Organizing Data Files in SPSS All data for one subject entered on the same line Identification data Between-subjects manipulations: variable to

More information

Testing for differences I exercises with SPSS

Testing for differences I exercises with SPSS Testing for differences I exercises with SPSS Introduction The exercises presented here are all about the t-test and its non-parametric equivalents in their various forms. In SPSS, all these tests can

More information

Skewed Data and Non-parametric Methods

Skewed Data and Non-parametric Methods 0 2 4 6 8 10 12 14 Skewed Data and Non-parametric Methods Comparing two groups: t-test assumes data are: 1. Normally distributed, and 2. both samples have the same SD (i.e. one sample is simply shifted

More information

Multivariate Analysis of Variance. The general purpose of multivariate analysis of variance (MANOVA) is to determine

Multivariate Analysis of Variance. The general purpose of multivariate analysis of variance (MANOVA) is to determine 2 - Manova 4.3.05 25 Multivariate Analysis of Variance What Multivariate Analysis of Variance is The general purpose of multivariate analysis of variance (MANOVA) is to determine whether multiple levels

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

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

CHAPTER 13. Experimental Design and Analysis of Variance

CHAPTER 13. Experimental Design and Analysis of Variance CHAPTER 13 Experimental Design and Analysis of Variance CONTENTS STATISTICS IN PRACTICE: BURKE MARKETING SERVICES, INC. 13.1 AN INTRODUCTION TO EXPERIMENTAL DESIGN AND ANALYSIS OF VARIANCE Data Collection

More information

SPSS 3: COMPARING MEANS

SPSS 3: COMPARING MEANS SPSS 3: COMPARING MEANS UNIVERSITY OF GUELPH LUCIA COSTANZO lcostanz@uoguelph.ca REVISED SEPTEMBER 2012 CONTENTS SPSS availability... 2 Goals of the workshop... 2 Data for SPSS Sessions... 3 Statistical

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

ANOVA ANOVA. Two-Way ANOVA. One-Way ANOVA. When to use ANOVA ANOVA. Analysis of Variance. Chapter 16. A procedure for comparing more than two groups

ANOVA ANOVA. Two-Way ANOVA. One-Way ANOVA. When to use ANOVA ANOVA. Analysis of Variance. Chapter 16. A procedure for comparing more than two groups ANOVA ANOVA Analysis of Variance Chapter 6 A procedure for comparing more than two groups independent variable: smoking status non-smoking one pack a day > two packs a day dependent variable: number of

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

A ew onparametric Levene Test for Equal Variances

A ew onparametric Levene Test for Equal Variances Psicológica (200), 3, 40-430. A ew onparametric Test for Equal Variances David W. Nordstokke * () & Bruno D. Zumbo (2) () University of Calgary, Canada (2) University of British Columbia, Canada Tests

More information

MEASURES OF LOCATION AND SPREAD

MEASURES OF LOCATION AND SPREAD Paper TU04 An Overview of Non-parametric Tests in SAS : When, Why, and How Paul A. Pappas and Venita DePuy Durham, North Carolina, USA ABSTRACT Most commonly used statistical procedures are based on the

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

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

Friedman's Two-way Analysis of Variance by Ranks -- Analysis of k-within-group Data with a Quantitative Response Variable

Friedman's Two-way Analysis of Variance by Ranks -- Analysis of k-within-group Data with a Quantitative Response Variable Friedman's Two-way Analysis of Variance by Ranks -- Analysis of k-within-group Data with a Quantitative Response Variable Application: This statistic has two applications that can appear very different,

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

Two Related Samples t Test

Two Related Samples t Test Two Related Samples t Test In this example 1 students saw five pictures of attractive people and five pictures of unattractive people. For each picture, the students rated the friendliness of the person

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

12: Analysis of Variance. Introduction

12: Analysis of Variance. Introduction 1: Analysis of Variance Introduction EDA Hypothesis Test Introduction In Chapter 8 and again in Chapter 11 we compared means from two independent groups. In this chapter we extend the procedure to consider

More information

Statistics Review PSY379

Statistics Review PSY379 Statistics Review PSY379 Basic concepts Measurement scales Populations vs. samples Continuous vs. discrete variable Independent vs. dependent variable Descriptive vs. inferential stats Common analyses

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

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

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

UNDERSTANDING THE TWO-WAY ANOVA

UNDERSTANDING THE TWO-WAY ANOVA UNDERSTANDING THE e have seen how the one-way ANOVA can be used to compare two or more sample means in studies involving a single independent variable. This can be extended to two independent variables

More information

UNDERSTANDING THE DEPENDENT-SAMPLES t TEST

UNDERSTANDING THE DEPENDENT-SAMPLES t TEST UNDERSTANDING THE DEPENDENT-SAMPLES t TEST A dependent-samples t test (a.k.a. matched or paired-samples, matched-pairs, samples, or subjects, simple repeated-measures or within-groups, or correlated groups)

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

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information

UNDERSTANDING THE INDEPENDENT-SAMPLES t TEST

UNDERSTANDING THE INDEPENDENT-SAMPLES t TEST UNDERSTANDING The independent-samples t test evaluates the difference between the means of two independent or unrelated groups. That is, we evaluate whether the means for two independent groups are significantly

More information

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Babraham Bioinformatics Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Introduction to Statistics with GraphPad Prism 2 Licence This manual is 2010-11, Anne Segonds-Pichon. This manual

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

One-Way Independent ANOVA: Exam Practice Sheet

One-Way Independent ANOVA: Exam Practice Sheet One-Way Independent AOVA: Exam Practice Sheet Questions Question 1 Students were given different drug treatments before revising for their exams. Some were given a memory drug, some a placebo drug and

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

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

Statistiek II. John Nerbonne. October 1, 2010. Dept of Information Science j.nerbonne@rug.nl

Statistiek II. John Nerbonne. October 1, 2010. Dept of Information Science j.nerbonne@rug.nl Dept of Information Science j.nerbonne@rug.nl October 1, 2010 Course outline 1 One-way ANOVA. 2 Factorial ANOVA. 3 Repeated measures ANOVA. 4 Correlation and regression. 5 Multiple regression. 6 Logistic

More information

www.rmsolutions.net R&M Solutons

www.rmsolutions.net R&M Solutons Ahmed Hassouna, MD Professor of cardiovascular surgery, Ain-Shams University, EGYPT. Diploma of medical statistics and clinical trial, Paris 6 university, Paris. 1A- Choose the best answer The duration

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

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

Section 13, Part 1 ANOVA. Analysis Of Variance

Section 13, Part 1 ANOVA. Analysis Of Variance Section 13, Part 1 ANOVA Analysis Of Variance Course Overview So far in this course we ve covered: Descriptive statistics Summary statistics Tables and Graphs Probability Probability Rules Probability

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

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

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

P(every one of the seven intervals covers the true mean yield at its location) = 3.

P(every one of the seven intervals covers the true mean yield at its location) = 3. 1 Let = number of locations at which the computed confidence interval for that location hits the true value of the mean yield at its location has a binomial(7,095) (a) P(every one of the seven intervals

More information

T-test & factor analysis

T-test & factor analysis Parametric tests T-test & factor analysis Better than non parametric tests Stringent assumptions More strings attached Assumes population distribution of sample is normal Major problem Alternatives Continue

More information

Outline. Definitions Descriptive vs. Inferential Statistics The t-test - One-sample t-test

Outline. Definitions Descriptive vs. Inferential Statistics The t-test - One-sample t-test The t-test Outline Definitions Descriptive vs. Inferential Statistics The t-test - One-sample t-test - Dependent (related) groups t-test - Independent (unrelated) groups t-test Comparing means Correlation

More information

An analysis method for a quantitative outcome and two categorical explanatory variables.

An analysis method for a quantitative outcome and two categorical explanatory variables. Chapter 11 Two-Way ANOVA An analysis method for a quantitative outcome and two categorical explanatory variables. If an experiment has a quantitative outcome and two categorical explanatory variables that

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

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

Simple Tricks for Using SPSS for Windows

Simple Tricks for Using SPSS for Windows Simple Tricks for Using SPSS for Windows Chapter 14. Follow-up Tests for the Two-Way Factorial ANOVA The Interaction is Not Significant If you have performed a two-way ANOVA using the General Linear Model,

More information

Non-Inferiority Tests for Two Means using Differences

Non-Inferiority Tests for Two Means using Differences Chapter 450 on-inferiority Tests for Two Means using Differences Introduction This procedure computes power and sample size for non-inferiority tests in two-sample designs in which the outcome is a continuous

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

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS About Omega Statistics Private practice consultancy based in Southern California, Medical and Clinical

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

The Kruskal-Wallis test:

The Kruskal-Wallis test: Graham Hole Research Skills Kruskal-Wallis handout, version 1.0, page 1 The Kruskal-Wallis test: This test is appropriate for use under the following circumstances: (a) you have three or more conditions

More information

Nonparametric and Distribution- Free Statistical Tests

Nonparametric and Distribution- Free Statistical Tests 20 Nonparametric and Distribution- Free Statistical Tests Concepts that you will need to remember from previous chapters SS total, SS group, SS error : Sums of squares of all scores, of group means, and

More information

Chapter 9. Two-Sample Tests. Effect Sizes and Power Paired t Test Calculation

Chapter 9. Two-Sample Tests. Effect Sizes and Power Paired t Test Calculation Chapter 9 Two-Sample Tests Paired t Test (Correlated Groups t Test) Effect Sizes and Power Paired t Test Calculation Summary Independent t Test Chapter 9 Homework Power and Two-Sample Tests: Paired Versus

More information

Analyzing Data with GraphPad Prism

Analyzing Data with GraphPad Prism 1999 GraphPad Software, Inc. All rights reserved. All Rights Reserved. GraphPad Prism, Prism and InStat are registered trademarks of GraphPad Software, Inc. GraphPad is a trademark of GraphPad Software,

More information

HYPOTHESIS TESTING WITH SPSS:

HYPOTHESIS TESTING WITH SPSS: HYPOTHESIS TESTING WITH SPSS: A NON-STATISTICIAN S GUIDE & TUTORIAL by Dr. Jim Mirabella SPSS 14.0 screenshots reprinted with permission from SPSS Inc. Published June 2006 Copyright Dr. Jim Mirabella CHAPTER

More information

Main Effects and Interactions

Main Effects and Interactions Main Effects & Interactions page 1 Main Effects and Interactions So far, we ve talked about studies in which there is just one independent variable, such as violence of television program. You might randomly

More information

Statistics in Medicine Research Lecture Series CSMC Fall 2014

Statistics in Medicine Research Lecture Series CSMC Fall 2014 Catherine Bresee, MS Senior Biostatistician Biostatistics & Bioinformatics Research Institute Statistics in Medicine Research Lecture Series CSMC Fall 2014 Overview Review concept of statistical power

More information

" Y. Notation and Equations for Regression Lecture 11/4. Notation:

 Y. Notation and Equations for Regression Lecture 11/4. Notation: Notation: Notation and Equations for Regression Lecture 11/4 m: The number of predictor variables in a regression Xi: One of multiple predictor variables. The subscript i represents any number from 1 through

More information

Analysis of Variance. MINITAB User s Guide 2 3-1

Analysis of Variance. MINITAB User s Guide 2 3-1 3 Analysis of Variance Analysis of Variance Overview, 3-2 One-Way Analysis of Variance, 3-5 Two-Way Analysis of Variance, 3-11 Analysis of Means, 3-13 Overview of Balanced ANOVA and GLM, 3-18 Balanced

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

Multiple-Comparison Procedures

Multiple-Comparison Procedures Multiple-Comparison Procedures References A good review of many methods for both parametric and nonparametric multiple comparisons, planned and unplanned, and with some discussion of the philosophical

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

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

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