BIC.cox_cure_net {intsurv} | R Documentation |
Bayesian Information Criterion (BIC)
Description
Compute Bayesian information criterion (BIC) or Schwarz's Bayesian criterion (SBC) from a fitted solution path.
Usage
## S3 method for class 'cox_cure_net'
BIC(object, ..., method = c("obs", "effective"))
## S3 method for class 'cox_cure_net_uncer'
BIC(object, ..., method = c("obs", "certain-event"))
Arguments
object |
An object for a fitted solution path. |
... |
Other arguments for future usage. A warning message will be thrown for any invalid argument. |
method |
A character string specifying the method for computing the BIC
values. Notice that this argument is placed after |
References
Volinsky, C. T., & Raftery, A. E. (2000). Bayesian information criterion for censored survival models. Biometrics, 56(1), 256–262.
Examples
## See examples of function 'cox_cure_net'.