zScore | R Documentation |
Title
zScore(X, reps = 1)
X |
The vector to be turned into z scores |
reps |
The number of reps the vector is to be repeated. This will only be used in univariate bootstrapping. The default is 1. |
A vector of z scores.
X<-c(1:10) zScore(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.