Learn R Programming

peperr (version 1.1-7)

PLL.CoxBoost: Predictive partial log-likelihood for CoxBoost model fit

Description

Extracts the predictive partial log-likelihood from a CoxBoost model fit.

Usage

# S3 method for CoxBoost
PLL(object, newdata, newtime, newstatus, complexity, …)

Arguments

object

fitted model of class CoxBoost.

newdata

n_new*p matrix 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 number of boosting steps, or a list containing number of boosting steps in argument stepno.

additional arguments, not used.

Value

Vector of length n_new

Details

Used by function peperr, if function fit.CoxBoost is used for model fit.