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: How to get P Values for sargan and abond in ereturn
From
daniel klein <[email protected]>
To
[email protected]
Subject
Re: st: How to get P Values for sargan and abond in ereturn
Date
Sun, 2 Sep 2012 18:55:22 +0200
Shan,
the closest I can get (without a work-around) is
esttab <whatever> ,sca(psargan) sfmt(%9.4f)
Of course, you can also type something like
loc psargan = substr(strofreal(psargan), 1, 4)
estadd sca psargan = `psargan'
esttab <whatever> ,sca(psargan)
Best
Daniel
--
Now, if I use
esttab <model>, sca(psargan), the value for psargan is rounded to
1.000 in the table. I would instead like to report 0.999 without
rounding it up. Could you help me with that please?
*
* 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/