search for: testfail

Displaying 1 result from an estimated 1 matches for "testfail".

Did you mean: test_fail
2008 Nov 06
1
Strang line while plotting failure curves
...bability). I have used the following code to plot. The scenario is that patients are randomized to different treatment arm (rev in the code), the PCI revascularization was monitored over 5 years. #R code testfit <- survfit(Surv(pcifu,pci)~rev,data=subproc) testfit$surv <- 1 - testfit$surv testfail <- plot(testfit, mark.time=FALSE,col=1:2, main='Failure Rate') #End of R code I arbitarily replaced testfit$surv by computing 1 minus the original survival rate. So far so good. However, when I plot the manipulated "testfit", there is a vertical line plotted at x=0, y=0:1. I c...