oceCoxph | R Documentation |
Usually called from within oceTest
, but useful for
getting coxph
output details or customizing graphics. Estimation done using
coxph (partial likelihood methods).
oceCoxph(oceData)
oceData |
output from |
An oceCoxph
object, which is a list with the following
elements (where Yg=ordered composite endpoint score for group=g):
long names for each of the ordered endpoints
maximum of all the time-to-event variables (even censored ones)
output from coxph function
estimate of P[Y0>Y1]
estimate of P[Y1>Y0]
win ratio, estimate of P[Y1>Y0]/P[Y0>Y1]
desirability of outcome ranking, estimate of P[Y1>Y0]+(1/2)P[Y1=Y0]
For an example using plotting see plot.oceCoxph
.
For Cox regression with other covariates, see
vignette("Using oceCens",package="oceCens")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.