| selection_criteria {cobiclust} | R Documentation |
Calculate selection criteria.
Description
Calculate selection criteria.
Usage
selection_criteria(x, K = NULL, G = NULL)
Arguments
x |
The output of the cobiclust function. |
K |
The number of groups in rows. |
G |
The number of groups in columns. |
Value
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.
[Package cobiclust version 0.1.2 Index]