PLL.coxph | R Documentation |
Extracts the predictive partial log-likelihood from a coxph model fit.
## S3 method for class 'coxph'
PLL(object, newdata, newtime, newstatus, complexity, ...)
object |
fitted model of class |
newdata |
|
newtime |
|
newstatus |
|
complexity |
not used. |
... |
additional arguments, not used. |
Used by function peperr
, if function fit.coxph
is used for model fit.
Vector of length n_new
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.