LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 1 Jul 2008 09:43:03 -0400
Reply-To:     Kevin <citam.sasl@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Kevin <citam.sasl@GMAIL.COM>
Subject:      Re: covariates adjusted prevalence

On Mon, 30 Jun 2008 21:05:08 -0700, Ching <KCWong5@GMAIL.COM> wrote:

>What SAS procedures allow me to find out the covariates adjusted >prevalence? i.e. age and smoking status adjusted prevalence of X.

How are you data structured? How did you obtain them? What is your hypothesis and goal?

The basic approach is to run a regression with covariates and use the parameter estimates to obtain a point estimate for the values of the covariates in which you are interested. It would be wise to consider confidence intervals around these estimates, too.

Some SAS regressions procedures about which you should briefly read that may help you: GENMOD, MIXED, REG, and LOGISTIC. If you have stratified sampling, then you need to consider the SURVEY procedures.

Good luck,

Kevin


Back to: Top of message | Previous page | Main SAS-L page