Description Usage Arguments Value Examples
calculates the Z-score for each element based on input mean and standard deviation matrices
1 2 3 4 |
object |
an object of type CogapsResult |
whichMatrix |
either "featureLoadings" or "sampleFactors" indicating which matrix to calculate the z-score for |
matrix of z-scores
1 2 | data(GIST)
featureZScore <- calcZ(GIST.result, "featureLoadings")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.