Converts Survival Fits to Win Ratio and Mann-Whitney Estimates
oceSurv2WRMW(time0, surv0, time1, surv1)
time0
: vector of times for group=0 subsetsurv0
: vector of survival distribution values for group=0time1
: vector of times for group=1 subsetsurv1
: vector of survival distribution values for group=1A list with the following elements (where Yg=ordered composite endpoint score for group=g):
WR=WR,MW=MW,int10=int10,int01=int01
This is an interval function called by oceNPMLE
or oceCoxph
.
Useful links