I am trying to do survival analysis in matlab and want to calculate log rank test scores among several curves. I found a possible code to do log rank here. But based on its description, it can only do log rank test between two groups. What if I have 3 or more curves?
Asked
Active
Viewed 671 times
1
-
can't you perform pair-wise tests? – Buck Thorn Mar 09 '15 at 15:02
-
I can perform pair-wise tests, then I get multiple p values from log rank test. How can I combine all those into one? Take average? – lolibility Mar 09 '15 at 15:06
-
1Full disclosure: I am not an expert on the subject. This might be a more appropriate question over at the "cross validated" SO site http://stats.stackexchange.com/. Once you have a programming question or problem you can come back and ask it here... – Buck Thorn Mar 09 '15 at 15:11