Hi
I am using University edition.
I am dealing with complex study design and I am using the output delivery system in proc surveyfreq to output a data set but I am confused between frequency and weighted frequency :
proc surveyfreq data = demo5;
cluster v021 ;
strata v023;
weight sweight;
tables elgpop*(mothagec);
run;
I have attached the result, there is frequency, weighted frequency and percent.
I want to include frequency and percentage in my result tables, I want to know which numbers I should include?
Do I have to use the frequency then calculate the percentage for each variable by myself? Or I should use the weighted frequency?
Hope you could help me.Thank you!