Description Usage Arguments Value
View source: R/operations_on_scores.R
Standardize each column of the table of scores via the Zscore:
x = ( x - mean(column) ) / ( std(column) )
1 |
x |
data.frame, table of scores |
returns a standardized table of scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.