Description Usage Arguments Value Examples
View source: R/lambda_functions.R
This function standardized each column of a dataframe or matrix (-alike) to have mean = 0 and sd = 1.
1 | zscore(X)
|
X |
Dataframe or matrix (-alike) containing data. |
The standardized dataframe.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.