Bayesian Information Criterion for a SIR Model
BIC.sir.RdComputes BIC = -2 * log-likelihood + log(nobs) * (number of parameters). BIC penalizes model complexity more heavily than AIC for large samples.
Usage
# S3 method for class 'sir'
BIC(object, ...)Arguments
- object
A fitted
sirobject fromsir.- ...
Additional arguments for comparison with other models.