Hi Ami, I don't think you can get Fisher's Exact Test out of PROC SURVEYFREQ. However, for large surveys such as NHANES, using a Wald chi-square seems appropriate, as would a Rao-Scott. If you do that, then adding an ODS statement should get the unadjusted p values into a dataset. You may have to do a little bit of editing on that dataset, but you can input the p-values using the INPVALUES= option in the PROC MULTTEST statement. Steve Denham
... View more