Learn R Programming

CoGAPS (version 2.6.0)

binaryA: binaryA creates a binarized heatmap of the A matrix in which the value is 1 if the value in Amean is greater than threshold * Asd and 0 otherwise

Description

binaryA creates a binarized heatmap of the A matrix in which the value is 1 if the value in Amean is greater than threshold * Asd and 0 otherwise

Usage

binaryA(Amean, Asd, threshold = 3)

Arguments

Amean
the mean estimate for the A matrix
Asd
the standard deviations on Amean
threshold
the number of standard deviations above zero that an element of Amean must be to get a value of 1