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: AW: Store T-Statistic from Model?
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: Store T-Statistic from Model?
Date
Fri, 4 Jun 2010 17:09:56 +0200
<>
This is an inefficient way to store scalars, but you can do it:
*************
sysuse auto, clear
reg price weight length
gen tstatforweight=_b[weight]/_se[weight]
*************
A -local- would be better.
Note Maarten`s SJ article
http://www.stata-journal.com/article.html?article=st0137
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von JABBER2142
Gesendet: Freitag, 4. Juni 2010 17:01
An: [email protected]
Betreff: st: Store T-Statistic from Model?
Hey,
Is it possible to store the T-statistics from a regression output into
a variable? E.g. In a completely hypothetical example, if I conducted
a basic regression like "regress wage education" and the Stata output
said the T-statistic was 30, could I store this somewhere? It is
possible to store the coefficient of said regression (gen coef =
_b[education]) or various stats about the entire model ( gen r2 =
e(r2) ) but I can't figure out where (or if?) the T-statistic is
stored.
Thanks much,
Stumped.
*
* 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/
*
* 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/