| zscore | R Documentation | 
Calculate Z-score
zscore(object, ...)
## S4 method for signature 'matrix'
zscore(object, MARGIN = 1L)
## S4 method for signature 'numeric'
zscore(object)
| object | Object. | 
| MARGIN | 
 | 
| ... | Additional arguments. | 
Numeric vector or matrix.
Updated 2023-01-30.
scale().
limma::zscore().
data(matrix, package = "AcidTest")
## numeric ====
object <- matrix[1L, ]
zscore(object)
## matrix ====
object <- matrix
zscore(matrix, MARGIN = 1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.