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