I have some data that is highly skewed. I want to test whether the median of the data is different from 1, so I decided to use a Wilcoxon Signed Rank test.
The description and implementation of this test in Stata and SAS is given here:
http://www.ats.ucla.edu/stat/sas/whatstat/whatstat.htm#1sampm
http://www.ats.ucla.edu/stat/stata/whatstat/whatstat.htm#1sampm
There's no Z-Score reported in SAS, only an 'S' stat and a p-value. I need to report a statistic, but the 'S' stat reported by SAS looks like a variance or something.
Is there something else going on here? I think both the SAS and Stata examples on this page use the same 'hsb2' dataset available from http://www.ats.ucla.edu/stat/data/hsb2.sas7bdat so the results should be the same.