
Predictive partial log-likelihood for a CoxBoost model fit
PLL.CoxBoost.RdExtracts the predictive partial log-likelihood from a CoxBoost model fit.
Usage
# S3 method for class 'CoxBoost'
PLL(object, newdata, newtime, newstatus, complexity, ...)Arguments
- object
fitted model of class
CoxBoost.- newdata
n_new*pmatrix of covariates.- newtime
n_new-vector of censored survival times.- newstatus
n_new-vector of survival status, coded with 0 and 1.- complexity
complexity, either one value, which is the number of boosting steps, or a list containing
stepno.- ...
additional arguments passed to
predict.CoxBoost.