zScoreData | R Documentation |
centerData
zScoreData(data)
data |
The data to be converted to z scores |
Data converted to z scores
X<-data.frame(X=c(1:4),Y=c(6:9)) zScoreData(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.