oceSurv2WRMW | R Documentation |
Converts Survival Fits to Win Ratio and Mann-Whitney Estimates
oceSurv2WRMW(time0, surv0, time1, surv1)
time0 |
vector of times for group=0 subset |
surv0 |
vector of survival distribution values for group=0 |
time1 |
vector of times for group=1 subset |
surv1 |
vector of survival distribution values for group=1 |
This is an interval function called by oceNPMLE
or
oceCoxph
.
A list with the following elements (where Yg=ordered composite endpoint score for group=g):
estimate of P[Y0>Y1]
estimate of P[Y1>Y0]
win ratio, int10/int01
estimate of P[Y1>Y0]+(1/2)P[Y1=Y0]
WR=WR,MW=MW,int10=int10,int01=int01
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.