Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Predicted probabilities for logistic regression after svy
From
Richard Williams <[email protected]>
To
[email protected], "[email protected]" <[email protected]>
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: [email protected]
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/