binaryA {CoGAPS} | R Documentation |
Binary Heatmap for Standardized A Matrix
binaryA(Amean, Asd, threshold = 3)
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 |
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
plots a heatmap of the A Matrix
data(SimpSim) binaryA(SimpSim.result$Amean, SimpSim.result$Asd, threshold=3)