Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 303 Bytes

File metadata and controls

6 lines (6 loc) · 303 Bytes

permutations

SAS program to perform permutation/randomization tests (repeated measures ANOVA and matched-pairs)
The program includes:

  1. DATA step to create the sample data
  2. SAS/IML code for a matched-pairs randomization test
  3. SAS/IML code for repeated measures ANOVA randomization test