Compute the BIC value for the optimal model.
em_bic(llk, C, M, N, R, model_name = "K..")
The BIC value for the selected model.
Log-likelihood value.
Number of CpG sites.
Number of methylation states identified in a DNA sample.
Number of patients.
Number of DNA sample types collected from each patient.
Fitted mixture model. Options are "K..", "KN." and/or "K.R" (default = "K..").
Computes the BIC for a specified model given the log-likelihood, the dimension of the data, and the model names.
em_aic
em_icl