Skip to content
Prev 369281 / 398498 Next

[FORGED] p-value=0 running log-rank test

This is a minor problem with the print method for "survdiff" objects.  It
acts like it computes the p-value with
   1 - pchisq( chisq, df)
instead of
    pchisq( chisq, df, lower.tail = FALSE)
The former will give zero when the latter gives a number less than about
10^-16.

Most people would accept 0 instead of 10^-16, but the 6-sigma folks worry
about probabilities of 10^-10 so perhaps it is worth making the easy change.


Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Thu, May 18, 2017 at 10:14 PM, Rolf Turner <r.turner at auckland.ac.nz>
wrote: