coxboost: Formula interface for function CoxBoost of package CoxBoost.
Description
Formula interface for function CoxBoost of package
CoxBoost.
Usage
coxboost(formula, data, ...)
Arguments
formula
An event-history formula for competing risks of the form Hist(time,status)~sex+age
where status defines competing events and right censored
data. The code for right censored can be controlled with argument
cens.code,
data
A data.frame in which the variables of formula are defined.