The function ibs is used to calculate integrated Brier Score for deepAFT.
ibs(object, ...)
### To calculate Brier score for the original fitted data
# S3 method for default
ibs(object, ...)
### To calculate Brier score for new data with new outcomes
# S3 method for deepAFT
ibs(object, newdata=NULL, newy = NULL, ...)
A list contains the integrate Brier score and the Brier score is returned:
Integerate Brier score
Brier score
the results of a deepAFT fit.
optional argument, if no null, new data and new y will be used for calculation.
optional argument, used together with new data.
other unused arguments.
Bingshu E. Chen
ibs is called to calculate integrate Brier score for the deepAFT model deepAFT
.
deepAFT