Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Richard Williams <richardwilliams.ndu@gmail.com> |
To | statalist@hsphsun2.harvard.edu, "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: Predicted probabilities for logistic regression after svy |
Date | Wed, 18 Sep 2013 20:15:05 -0500 |
At 06:28 PM 9/18/2013, Saidé Salazar wrote:
Dear Stata listers, I am running a logistic regression after svy. How could I get the predicted probabilities? (taking into account the complex structure of the survey). Thank you for your help!
If it was me I would use the predict command. Is there some reason you don't want to do that? e.g.
webuse nhanes2f, clear svy: logit diabetes age i.female predict prob
Aranzazu * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/
------------------------------------------- Richard Williams, Notre Dame Dept of Sociology OFFICE: (574)631-6668, (574)631-6463 HOME: (574)289-5227 EMAIL: Richard.A.Williams.5@ND.Edu WWW: http://www.nd.edu/~rwilliam * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/