Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Re: R�p. : st: Re: R�p. : st: RE: Bug in star displa y (t value in regression coefficients)?


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: Re: R�p. : st: Re: R�p. : st: RE: Bug in star displa y (t value in regression coefficients)?
Date   Thu, 04 Nov 2004 09:46:14 -0500

At 03:05 PM 11/4/2004 +0100, Antoine Terracol wrote:
Le 04/11/2004 14:54, Herve STOLOWY a �crit :

Dear Richard and all of you who replied:
I now better understand my error of interpretation (more related to stats than to Stata !!!). The p-value of the coefficient 2.02 is 0.056 (i.e., not significant at the 0.05 level).
The number of df is: 3 (model) + 22 (residual) = 25 (total).
Do you know where I could find the critical value corresponding to each df, and particularly this one?
Best regards
Herv�

di invttail(df,0.5*alpha)

will give you the (absolute value of the) critical value for a test of Beta= 0 at the alpha % level for the specified df.

hence,

di invttail(25,0.025)

gives the critical value at the 5% level for 25 df (which happens to be 2.0595386)
Except the d.f. in this case = 22, so the critical value is 2.0738731.

Such numbers can also be found in tables, if that is more convenient; see, for example, p. 10 of

http://www.nd.edu/~rwilliam/stats1/appendices/xappxe.pdf

Also, from within Stata, type

help probfun

to get info on functions like invttail.




-------------------------------------------
Richard Williams, Associate Professor
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc



*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index