PLL.coxph {peperr} | R Documentation |
Predictive partial log-likelihood for Cox poportional hazards model
Description
Extracts the predictive partial log-likelihood from a coxph model fit.
Usage
## S3 method for class 'coxph'
PLL(object, newdata, newtime, newstatus, complexity, ...)
Arguments
object |
fitted model of class |
newdata |
|
newtime |
|
newstatus |
|
complexity |
not used. |
... |
additional arguments, not used. |
Details
Used by function peperr
, if function fit.coxph
is used for model fit.
Value
Vector of length n_new
[Package peperr version 1.5 Index]