Bookmark and Share

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: Save coefficient p-value in matrix


From   Jan S <[email protected]>
To   <[email protected]>
Subject   RE: st: Save coefficient p-value in matrix
Date   Sun, 29 Jul 2012 15:38:41 +0000

If you run a normal -reg- regression, check -return list- and you find r(table). -matrix list r(table)- yields a matrix from which you can pull the p-values.

----------------------------------------
> From: [email protected]
> To: [email protected]
> Date: Sun, 29 Jul 2012 15:55:39 +0200
> Subject: st: Save coefficient p-value in matrix
>
> Dear all,
> I am trying to save the p-value of my regression coefficient estimates in a matrix. I know hot to store the coefficients and standard errors in a matrix:
>
> matrix E = E\(_b[varname],_se[varname])
>
> but how to do this with the p-value? I tried _p[varname] and _sig[varname] but none does actually work!
>
> I am very thankful for any help!
>
> greets
> *
> * 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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index