Tagged Questions
1
vote
2answers
55 views
Combining several survival experiments
In four independent experiments, two strains (A and B) were compared in their respective survival curves. Two experiments show a clear-cut result (A survives at 100%, almost half B dies). Two further ...
2
votes
1answer
903 views
Difference between survdiff log-rank and coxph log-rank
I'm using the survival package in R to analyze clinical data. I am analyzing two different groups of patients, when I calculate survdiff in order to compare the curves, I got p= 0.135, but when I ...
5
votes
2answers
620 views
Which algorithm to compute p-value of logrank test with three or more groups is best?
There seem to be two different algorithms for comparing three or more survival curves using the logrank test.
Algorithm A. Found in books by Altman and Machin. Computed by GraphPad Prism. This ...
2
votes
1answer
154 views
Is there a repeated measures aware version of the logrank test?
I am looking for a repeated measures version of the Logrank test. If I am correct, I am looking for an equivalent of the Friedman test for survival data.
Any suggestions on where to look? (and R ...