Compute Bayesian information criterion (BIC) or Schwarz's Bayesian criterion (SBC) for possibly one or several objects.
# S3 method for cox_cure BIC(object, ..., method = c("obs", "effective")) # S3 method for cox_cure_uncer BIC(object, ..., method = c("obs", "certain-event"))
object | An object for a fitted model. |
---|---|
... | Other objects of the same class. |
method | A character string specifying the method for computing the BIC
values. Notice that this argument is placed after |
Volinsky, C. T., & Raftery, A. E. (2000). Bayesian information criterion for censored survival models. Biometrics, 56(1), 256--262.
## See examples of function 'cox_cure'.