If I am running a Weld Chi Square test along with a proc surveyfreq, that is:
proc surveyfreq data=malaria_data;
tables treatment*religion / wchisq;
cluster village;
weight weight;
run;
Is the Pr>F the same as the p-value in that if Pr>F is greater than 0.05 (alpha value), we can accept the null hypothesis that the two variables are indepedent, leading us to believe that randomization into a treatment group has worked in regards to the characteristic of religion?