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.
vICLthe vICL selection criterion.
BICthe BIC selection criterion.
penKGthe value of the BIC penalty.
lbthe value of the lower bound of the log-likelihood.
entZWthe value of the entropy of the latent variables Z and W.
Kthe number of groups in rows.
Gthe number of groups in columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.