View source: R/selection_criteria.R
selection_criteria | R Documentation |
Calculate selection criteria.
selection_criteria(x, K = NULL, G = NULL)
x |
The output of the cobiclust function. |
K |
The number of groups in rows. |
G |
The number of groups in columns. |
A dataframe with 7 columns.
vICL
the vICL selection criterion.
BIC
the BIC selection criterion.
penKG
the value of the BIC penalty.
lb
the value of the lower bound of the log-likelihood.
entZW
the value of the entropy of the latent variables Z and W.
K
the number of groups in rows.
G
the number of groups in columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.