thanks for the help.
i agree and do not really want these values by the collaborating author was insistent...
-----Original Message-----
From: [email protected] on behalf of Steichen
Sent: Mon 5/17/2004 10:15 AM
To: [email protected]
Cc:
Subject: st: Re: p value precision
You can, of course, manually run a sequence of meta-analyses using -if-
or -in- to specify the studies to be cumulated at each step. Doing so, you
can use whatever meta analysis program suits your data and reports the
precision you desire.
Alternatively, you can manually edit -metacum- to report more digits for the
p-value. Find the lines:
while `i'<=`obs' {
if "`id'"=="" {
di in ye _column(5) %6.3f `cumpsi'[`i'] _column(14)
%6.3f `lc'[`i'] /*
*/ _column(21) %6.3f `uc'[`i'] _column(31) %6.3f
`z'[`i'] /*
*/ _column(40) %6.3f `pvalue'[`i']
}
else {
di in ye `id'[`i'] /*
*/ _column(`col1') %6.3f `cumpsi'[`i']
_column(`col2') %6.3f `lc'[`i'] /*
*/ _column(`col3') %6.3f `uc'[`i'] _column(`col4')
%6.3f `z'[`i'] /*
*/ _column(`col5') %6.3f `pvalue'[`i']
}
local i=`i'+1
}
* list `psi' `se' `cumpsi' `cumse'
*****************************
* draw graph *
*****************************
...and change the %6.3f format right before `pvalue'[`i'] at the end of each
display block to something like %12.9f then resave it.
I will note, though, that I see little value in knowing to 9 digits how
unlikely the point-estimate of each cumulative meta-analysis is to be 1.
Tom
----- Original Message -----
From: "Cook, James R MD" <[email protected]>
To: <[email protected]>
Sent: Monday, May 17, 2004 9:40 AM
Subject: st: p value precision
> I am attempting a cumulative meta-analysis of 11 studies and after fourth
study (by date) the p-value is 0.0000 and remains so thereafter. Does anyone
know of a program that will allow more than 4 digits of precision for the
p-value?
> Will -metap- help? It seems to have 6 digits in the results.
>
>
> -----------------------------------------
> CONFIDENTIALITY NOTICE: This email communication and any attachments may
contain confidential and privileged information for the use of the
designated recipients named above. If you are not the intended recipient,
you are hereby notified that you have received this communication in error
and that any review, disclosure, dissemination, distribution or copying of
it or its contents is prohibited. If you have received this communication in
error, please reply to the sender immediately or by telephone at (413)
794-0000 and destroy all copies of this communication and any attachments.
For further information regarding Baystate Health System's privacy policy,
please visit our Internet web site at http://www.baystatehealth.com.
>
> *
> * 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/
>
*
* 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/
-----------------------------------------
CONFIDENTIALITY NOTICE: This email communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please reply to the sender immediately or by telephone at (413) 794-0000 and destroy all copies of this communication and any attachments. For further information regarding Baystate Health System's privacy policy, please visit our Internet web site at http://www.baystatehealth.com.
<<winmail.dat>>