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]
st: margins for 1 standard deviation change
From
David Souther <[email protected]>
To
[email protected]
Subject
st: margins for 1 standard deviation change
Date
Wed, 12 Jan 2011 09:53:23 -0600
I need to get the discrete (1 standard deviation, not 0->1) change for
binary variables in my logit equation, just like:
clear
webuse auto
recode rep78(0/3 = 1) (3/99 = 0)
logit for price mpg head rep78
mfx, at(mean)
logit for price mpg head i.rep78
margins, dydx(*) atmeans
but this shows only 0->1 discrete change for my new 'rep78' variable.
How can I output 1 stddev change(or 1/2 std dev change) in margins??
(or mfx, though I prefer to use margins since it understands factor
variables)
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/