calcZ {CoGAPS}R Documentation

Compute Z-Score Matrix

Description

Compute Z-Score Matrix

Usage

calcZ(meanMat, sdMat)

Arguments

meanMat

matrix of mean values

sdMat

matrix of standard deviation values

Details

calculates the Z-score for each element based on input mean and standard deviation matrices

Value

matrix of z-scores

Examples

data(SimpSim)
calcZ(SimpSim.result$Amean, SimpSim.result$Asd)

[Package CoGAPS version 3.0.2 Index]