Hello,
I am using fishers or chi-squared to compare proportions across three groups, when appropriate. I was wondering if anyone knows how to get indivdiual p=values for each comparison? I know there is the option for cellchi2, but I need the actual p-values per journal request.
Here is an example of one comparison made,
proc freq data = reversal.all;
tables hemiarthroplasy * studyarm/ exact;
run;
Thanks!
Stephanie