Generic function computing the Bayesian Information Criterion
of the model x, with the list of sequences sequences.
bic(x, sequences = NULL)Value of the BIC.
An object for which there exists a loglik attribute if
sequences = NULL or a loglik method otherwise.
Optional. A list of vectors representing the sequences for
which the AIC will be computed based on x using the method loglik.