Fits a weighted component-wise Cox proportional-hazards model using
mboost::glmboost() and converts its risk score to survival probabilities
using SuperSurv's weighted baseline-hazard calibration.
Arguments
- time
Observed follow-up time.
- event
Observed event indicator.
- X
Training covariate data frame.
- newdata
Covariate data frame used for prediction.
- new.times
Times at which survival probabilities are requested.
- obsWeights
Optional non-negative observation weights.
- id
Currently ignored.
- mstop
Number of boosting iterations.
- nu
Boosting step size.
- center
Whether to center component-wise base learners.
- ties
Tied-event approximation for risk-score calibration.
- survival_transform
Transformation from calibrated hazard increments to survival probabilities.
- ...
Additional arguments passed to
mboost::glmboost().
