fit.coxph {peperr} | R Documentation |
Interface function for fitting a Cox proportional hazards model
Description
Interface for fitting survival models by Cox proporional hazards model, conforming to the requirements for argument fit.fun
in peperr
call.
Usage
fit.coxph(response, x, cplx, ...)
Arguments
response |
a survival object (with |
x |
|
cplx |
not used. |
... |
additional arguments passed to |
Details
Function is basically a wrapper around coxph
of package survival.
Value
CoxBoost object
See Also
peperr
, coxph
[Package peperr version 1.5 Index]