a list with components
timethe vector of unique event times
neventthe number of events at each of these time points.
meansa matrix with one row for each event time and one column for each variable
in the Cox model, containing the weighted mean of the variable at that time,
over all subjects still at risk at that time. The weights are the risk
weights exp(x %*% fit$coef)
.
nrisknumber of subjects at risk.
scorethe contribution to the score vector (first derivative of the log
partial likelihood) at each time point.
imatthe contribution to the information matrix (second derivative of the
log partial likelihood) at each time point.
hazardthe hazard increment. Note that the hazard and variance of the
hazard are always for some particular future subject. This routine
uses object$mean
as the future subject.
varhazthe variance of the hazard increment.
x,ycopies of the input data.
strataonly present for a stratified Cox model, this is
a table giving the number of time points of component time
that
were contributed by each of the strata.
riskmata matrix with one row for each observation and one colum for each
unique event time,
containing a 0/1 value to indicate whether that observation was (1) or
was not (0) at risk at the given time point. Rows are in the order
of the original data (after removal of any missings by
coxph
), or in time order.