cox.rmst {precmed} | R Documentation |
Estimate restricted mean survival time (RMST) based on Cox regression model
Description
Estimate restricted mean survival time (RMST) based on Cox regression model
Usage
cox.rmst(y, d, x.cate, xnew, tau0)
Arguments
y |
Observed survival or censoring time; vector of size |
d |
The event indicator, normally |
x.cate |
Matrix of |
xnew |
Matrix of |
tau0 |
The truncation time for defining restricted mean time lost. |
Value
The estimated RMST for new subjects with covariates xnew
; vector of size m
.
[Package precmed version 1.0.0 Index]