ibs.deepAFT: Calcuate integrated Brier Score for deepAFT

View source: R/ibs.deepAFT.R

ibsR Documentation

Calcuate integrated Brier Score for deepAFT

Description

The function ibs is used to calcualte integrated Brier Score for deepAFT.

Usage

ibs(object, ...)
## Default S3 method:
ibs(object, ...)
## S3 method for class 'deepAFT'
ibs(object, newdata=NULL, newy = NULL, ...)

Arguments

object

the results of a deepAFT fit.

newdata

optional argument, if no null, new data and new y will be used for calculation.

newy

optional argument, used together with new data.

...

other unused arguments.

Details

ibs is called to calculate integrate Brier Score for the deepAFT model deepAFT.

Author(s)

Bingshu E. Chen

See Also

deepAFT

Examples

### To calculate Brier score for the original fitted data
#
#  ibs(fit)
#
### To calculate Brier score for new data with new outcomes
#
#  ibs(fit, newdata, newy)
#

statapps/deepAFT documentation built on June 25, 2024, 2:17 a.m.