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: RE: write all the p values from correlations into a table
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: write all the p values from correlations into a table
Date
Tue, 14 Sep 2010 19:19:49 +0200
<>
***********
capt which estout
if _rc ssc inst estout
sysuse auto, clear
qui ds, has(type numeric)
qui estpost cor `r(varlist)', mat
//show matrix of p-values
mat l e(p)
***********
HTH
Martin
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of helen bian
Sent: Dienstag, 14. September 2010 18:17
To: [email protected]
Subject: st: write all the p values from correlations into a table
Dear All,
I want to record the p values only for the correlation between more
than 600 variables.
It is very difficult to record all the p values by the following command
>pwcorr v1 v2, sig
Does anyone know how to record it automatically? Any advice will be
very much approciated.
Many thanks,
Helen
*
* 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/