calcZ {CoGAPS} | R Documentation |
Compute Z-Score Matrix
calcZ(meanMat, sdMat)
meanMat |
matrix of mean values |
sdMat |
matrix of standard deviation values |
calculates the Z-score for each element based on input mean and standard deviation matrices
matrix of z-scores
data(SimpSim) calcZ(SimpSim.result$Amean, SimpSim.result$Asd)