an object of class "cox.zph"
, with components:
tablea matrix with one row for each variable, and optionally a last row for
the global test.
Columns of the matrix contain the correlation coefficient between transformed
survival time and the scaled Schoenfeld residuals, a chi-square,
and the two-sided p-value.
For the global test there is no appropriate correlation, so an NA is
entered into the matrix as a placeholder.
xthe transformed time axis.
ythe matrix of scaled Schoenfeld residuals. There will be one column per
variable and one row per event. The row labels contain the original event
times (for the identity transform, these will be the same as x
).
callthe calling sequence for the routine.
The computations require the original x
matrix of the Cox model fit.
Thus it saves time if the x=TRUE
option is used in coxph
.
This function would usually be followed by both a plot and a print of
the
result.
The plot gives an estimate of the time-dependent coefficient beta(t)
.
If the proportional hazards assumption is true, beta(t)
will be a
horizontal
line. The printout gives a test for slope=0
.