Learn R Programming

VBmix (version 0.3.2)

isNonVoid:

Description

checks if loadings contains only void columns.

Usage

isNonVoid(loadings)

Arguments

loadings
matrix from which we check the columns.

Value

TRUE if at least 1 column is not void.

See Also

mppca newMppca

Examples

Run this code
isNonVoid(pcapen[[1]]$wmean[[2]])
#[1] TRUE

Run the code above in your browser using DataLab