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.

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.


[Package cobiclust version 0.1.2 Index]