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: Does anyone knows how to display t-statistics value?
From
Ryan Kessler <[email protected]>
To
[email protected]
Subject
Re: st: Does anyone knows how to display t-statistics value?
Date
Wed, 20 Feb 2013 15:13:38 -0500
sysuse auto
foreach x in price weight turn {
reg mpg `x'
di "t="_b[`x']/_se[`x']
}
On Wed, Feb 20, 2013 at 3:09 PM, Nick Cox <[email protected]> wrote:
> . search t statistic
>
> points to, among other things,
>
> SJ-7-4 st0137 . . . . . . . . . . . Stata tip 53: Where did my p-values go?
> . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . M. L. Buis
> Q4/07 SJ 7(4):584--586 (no commands)
> tip on calculating the t statistic, p-values, and
> confidence intervals using returned results
>
> which is fully accessible to you at
>
> http://www.stata-journal.com/article.html?article=st0137
>
> Nick
>
> On Wed, Feb 20, 2013 at 8:01 PM, Xixi Lin <[email protected]> wrote:
>
>> I am running many univariate regressions, I want to know the t
>> statistics for the independent variable, and I want to write a loop to
>> do the regression, but I don't know how to display t statistics.
> *
> * 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/