0byt3m1n1
Path:
C:
/
Users
/
Administrator
/
SYSTAT
/
SYSTAT_13
/
Themes
/
Medical_Statistics_thmfiles
/
Script
/
[
Home
]
File: Fishers test.syc
PUSH ALL ECHO OFF TOKEN TOKEN &var1 / TYPE = VARIABLE PROMPT = "What is your row variable?", IMMEDIATE TOKEN &var2 / TYPE = VARIABLE PROMPT = "What is your column variable?", IMMEDIATE DIALOG FREQ XTAB PLENGTH SHORT / FREQ CHISQ YATES FISHER TABULATE &var1 * &var2 NOTE "Note: In a 2 x 2 contingency table, if the frequency of any cell is less than 5 then use Fisher's exact test instead of Chi-square test." POP ALL TOKEN