ibs | R Documentation |
The function ibs is used to calculate integrated Brier Score for deepAFT.
ibs(object, ...)
### To calculate Brier score for the original fitted data
## Default S3 method:
ibs(object, ...)
### To calculate Brier score for new data with new outcomes
## S3 method for class 'deepAFT'
ibs(object, newdata=NULL, newy = NULL, ...)
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. |
ibs is called to calculate integrate Brier score for the deepAFT model deepAFT
.
A list contains the integrate Brier score and the Brier score is returned:
ibs |
Integerate Brier score |
bs |
Brier score |
Bingshu E. Chen
deepAFT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.