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: Display percent signs in margins output (or esttab)
From
Joerg Luedicke <[email protected]>
To
[email protected]
Subject
Re: st: Display percent signs in margins output (or esttab)
Date
Tue, 15 Oct 2013 13:27:41 -0400
That seems to be doable with the -expression- option of -margins-, for example:
*-----------------------
sysuse auto, clear
logit foreign i.rep78
margins i.rep78, expression(predict(pr)*100)
*-----------------------
Joerg
On Tue, Oct 15, 2013 at 1:05 PM, Richard Williams
<[email protected]> wrote:
> I should probably know this, and/or it may have been answered a 100 times
> already...but since I can't find the answer:
>
> After a logit command, Margins will report numbers like .373. Can I change
> that to display as 37.3%? Or else as 37.3, i.e. multiply by 100? Or else get
> esttab to do so? Personally I find the numbers easier to read that way.
>
> -------------------------------------------
> 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/
*
* 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/