I am using NHIS data that include survey weights in the dataset. I would like to use Proc Genmod to estimate the prevalence ratios, but I am not sure if it can account for the complex sampling design structure.
I am a Stata user, but I am sure that SAS allows you to use sampling weights in the Genmod command. I would suggest that you also investigate whether there are additional survey specific analyses in SAS that can accommodate complex survey designs. Like I said, Stata does this as a matter of course.
Did the above method (posted by Morgan) work for you?
I think you can use regular PROC GENMOD but the standard errors will be wrong. So then you can estimate the standard errors using replication methods (Balanced repeated replication).
Hi Janet Figueroa, Thanks for sharing your insight. Could you please elaborate on how to run the Balanced repeated replication. Sharing a basic code such as that posted by Jake would be helpful. Thank you.