Non-parametric Analysis of the Variance in SAS®

Slides:



Advertisements
Similar presentations
Agenda of Week V Review of Week IV Inference on MV Mean Vector One population Two populations Multi-populations: MANOVA.
Advertisements

Randomized Complete Block and Repeated Measures (Each Subject Receives Each Treatment) Designs KNNL – Chapters 21,
Mixed Designs: Between and Within Psy 420 Ainsworth.
Repeated Measures/Mixed-Model ANOVA:
Kruskal Wallis and the Friedman Test.
Four levels of measurement Nominal Ordinal Interval Ratio 4 Nominal: the lowest level 4 Ordinal 4 Interval 4 Ratio: the highest level.
Ordinal Data. Ordinal Tests Non-parametric tests Non-parametric tests No assumptions about the shape of the distribution No assumptions about the shape.
Lecture 10 Non Parametric Testing STAT 3120 Statistical Methods I.
Research methods and statistics
Analysis of Variance. Experimental Design u Investigator controls one or more independent variables –Called treatment variables or factors –Contain two.
Parametric Tests 1) Assumption of population normality 2) homogeneity of variance Parametric more powerful than nonparametric.
Comparing Means: Independent-samples t-test Lesson 13 Population APopulation B Sample 1Sample 2 OR.
What Is Multivariate Analysis of Variance (MANOVA)?
Biostatistics in Research Practice: Non-parametric tests Dr Victoria Allgar.
1 PARAMETRIC VERSUS NONPARAMETRIC STATISTICS Heibatollah Baghi, and Mastee Badii.
Statistical Methods II
Choosing Statistical Procedures
Quantitative Methods: Choosing a statistical test Summer School June 2015 Dr. Tracie Afifi.
Profile Analysis. Definition Let X 1, X 2, …, X p denote p jointly distributed variables under study Let  1,  2, …,  p denote the means of these variables.
ANOVA Assumptions 1.Normality (sampling distribution of the mean) 2.Homogeneity of Variance 3.Independence of Observations - reason for random assignment.
Statistical Fundamentals: Using Microsoft Excel for Univariate and Bivariate Analysis Alfred P. Rovai Independent t-Test PowerPoint Prepared by Alfred.
Chapter 11 Analysis of Variance
Cross Tabulation with Chi Square
Chapter 12 Chi-Square Tests and Nonparametric Tests
Non-parametric test ordinal data
DTC Quantitative Methods Bivariate Analysis: t-tests and Analysis of Variance (ANOVA) Thursday 20th February 2014  
Differences Among Group Means: Multifactorial Analysis of Variance
Non-Parametric Tests 12/1.
Non-Parametric Tests 12/1.
Comparing ≥ 3 Groups Analysis of Biological Data/Biometrics
Non-Parametric Tests 12/6.
Hypothesis testing. Chi-square test
University of Warwick, Department of Sociology, 2014/15 SO 201: SSAASS (Surveys and Statistics) (Richard Lampard) Analysing Means II: Nonparametric techniques.
Parametric vs Non-Parametric
Non-Parametric Tests.
Y - Tests Type Based on Response and Measure Variable Data
آمار مقدماتی و پیشرفته مدرس: دکتر بریم نژاد دانشیار واحد کرج
Tests in biostatistics and how to apply them? Prepared by Ajay Prakash Uniyal Department of Plant Sciences Central University of Punjab.
Environmental Modeling Basic Testing Methods - Statistics
Statistical Tool Boxes
Nonparametric Three or more groups.
Nonparametric Statistical Methods: Overview and Examples
Assume as previously that we have k samples on as many treatments
Comparing Groups.
Nonparametric Statistical Methods: Overview and Examples
Single-Factor Studies
Single-Factor Studies
Nonparametric Tests BPS 7e Chapter 28 © 2015 W. H. Freeman and Company.
十二、Nonparametric Methods (Chapter 12)
Statistics in SPSS Lecture 8
Nonparametric Statistical Methods: Overview and Examples
MOHAMMAD NAZMUL HUQ, Assistant Professor, Department of Business Administration. Chapter-16: Analysis of Variance and Covariance Relationship among techniques.
Nonparametric Statistical Methods: Overview and Examples
Non-parametric tests, part A:
Randomized Complete Block and Repeated Measures (Each Subject Receives Each Treatment) Designs KNNL – Chapters 21,
Additional notes on random variables
Non – Parametric Test Dr. Anshul Singh Thapa.
Unit XI: Data Analysis in nursing research
Additional notes on random variables
ANOVA family Statistic’s name “Groups” DVs (which means are calculated for the groups) t-test one IV (binomial) one DV (I/R) F-test one IV (nominal) one.
MANOVA Control of experimentwise error rate (problem of multiple tests). Detection of multivariate vs. univariate differences among groups (multivariate.
Chapter 10 Introduction to the Analysis of Variance
Analysis of Variance Objective
UNIT-4.
K-Sample Methods Assume X1j from treatment 1 (sample of size n1) and and so forth… Xkj from treatment k (sample of size nk) for a total of n1+n2+ … +nk.
Nazmus Saquib, PhD Head of Research Sulaiman AlRajhi Colleges
The ANOVA family COM 631.
Introduction to SAS Essentials Mastering SAS for Data Analytics
Wilcoxon Rank-Sum Test
Statistics for biological data
Presentation transcript:

Non-parametric Analysis of the Variance in SAS® By: Hend Aljobaily

Hend Aljobaily is a doctoral student in the Applied Statistics and Research Methods Department at the University of Northern Colorado. Hend Aljobaily is interested in the area of Multivariate Non-parametric Analysis.

NON-PARAMETRIC APPROACH Distribution-free tests Violation in assumptions - especially assumption of normality Ordinal outcome - Ranks Outliers

NON-PARAMETRIC ONE-WAY ANALYSIS OF THE VARIANCE Parametric Tests: ANOVA MANOVA Non-parametric Tests: Kruskal-Wallis (KW) Multivariate Kruskal-Wallis (MKW)

NON-PARAMETRIC ONE-WAY ANOVA – (Kruskal-Wallis) Rank all sampled observation in all groups from 1 to N. Assign the average of a rank to any tied values. Test Statistic: When ties are present the formula is given by: 𝑇=(𝑁−1) 𝑖=1 𝑘 𝑛 𝑖 𝑟 𝑖. − 𝑟 2 𝑖=1 𝑘 𝑗=1 𝑛 𝑖 𝑛 𝑖 𝑟 𝑖𝑗 − 𝑟 2 When no ties are present the formula is given by: 𝑇= 12 𝑁(𝑁+1) 𝑖=1 𝑘 𝑛 𝑖 𝑟 𝑖. 2 −3(𝑁+1) Where 𝑁 represents the total number of observations, 𝑛 𝑖 represents the number of observations in group 𝑖, 𝑟 𝑖. represents the average rank of all observations in group 𝑖, 𝑟 𝑖𝑗 represents the rank of observation 𝑗 in group 𝑖, and 𝑟 represents the average of all 𝑟 𝑖𝑗 .

SAS® PROCEDURE PROC NPAR1WAY DATA=Data; CLASS IV1; VAR DV1; RUN; The CLASS statement is used to define the grouping variable. VAR statement is used to define the variable of interest.

SAS® OUTPUT

NON-PARAMETRIC ONE-WAY MANOVA – (Multivariate Kruskal-Wallis) Rank all sampled observation in each of the variables separately from 1 to 𝑛 𝑖 . Assign the average of a rank to any tied values. Test Statistic: 𝑊 2 = 𝑖=1 𝑘 𝑛 𝑖 𝑈 𝑖 ′ 𝑉 −1 𝑈 𝑖 Where 𝑈 𝑖 = 𝑅 𝑖.1 −𝑚,…, 𝑅 𝑖.𝑝 −𝑚 which measures the distance between the mean vector of ranks for the 𝑖th group, 𝑅 𝑖.1 = 𝑗=1 𝑛 𝑖 𝑅 𝑖𝑗𝑘 𝑛 𝑖 , 𝑚= 𝑛+1 2 , and 𝑉= 1 𝑛−1 𝑖=1 𝑘 𝑗=1 𝑛 𝑖 ( 𝑅 𝑖𝑗 −𝑚 1 𝑝 )( 𝑅 𝑖𝑗 −𝑚 1 𝑝 )′ which estimated the pooled within-group covariance matrix

SAS® PROCEDURE %include 'macro file path\KWMULT.sas'; %KWMULT ( DATA = Data, GROUP = IV1, VARIATE = DV1 DV2, PRNTVEC = 0 RUNPERM= 1); The GROUP statement is used to define the grouping variable. The VARIATE statement is used to define the variables of interest (Dependent Variables). The PNTVEC statement is used to print the distribution of the statistic, where 1 is used to display the printout and 0 is used to suppress the printout. The RUNPERM statement is used to perform the permutation test where 1 is used to display the permutation test and 0 is used to suppress the permutation test.

SAS® OUTPUT

LIMITATIONS Non-parametric analysis of the variance can only be applied to one-factor models NO Built-in procedure in SAS® for non-parametric multivariate data

Contact Information Name: Hend Aljobaily Company: University of Northern Colorado City/State: Greeley, Colorado Phone: 970-301-9234 Email: hend.aljobaily@unco.edu hend.aljobaily@hotmail.com