You cannot compare prevalences (risks) by estimating their difference or their ratio. Neither can be done using ESTIMATE statements. You can do this as described in this note on estimating the risk difference or this note on estimating the risk ratio. As shown, either can be done using PROC LOGISTIC followed by the NLMeans macro. The LSMEANS statement can provide the individual risks.
... View more