zScore | R Documentation |
zScore
zScore(nameDframe)
nameDframe |
a data.frame |
a data.frame
j=c(10,14,56,30,58,78,99,1)
k=c(10,12,14,16,18,20,22,24)
x=data.frame(j,k)
xZsc=zScore(x)
xZsc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.