| fit.coxph {peperr} | R Documentation |
Interface for fitting survival models by Cox proporional hazards model, conforming to the requirements for argument fit.fun in peperr call.
fit.coxph(response, x, cplx, ...)
response |
a survival object (with Surv(time, status)). |
x |
n*p matrix of covariates. |
cplx |
not used. |
... |
additional arguments passed to coxph call. |
Function is basically a wrapper around coxph of package survival.
CoxBoost object
peperr, coxph