Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Xixi Lin <winnielxx@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: Does anyone knows how to display t-statistics value? |
Date | Wed, 20 Feb 2013 15:55:34 -0500 |
Hi Ryan, Thank you so much for writing the loop for me. ^_^ Best, Xixi Lin On Wed, Feb 20, 2013 at 3:13 PM, Ryan Kessler <ryan.kessler.stata@gmail.com> wrote: > 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 <njcoxstata@gmail.com> 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 <winnielxx@gmail.com> 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/ * * 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/