powered by
Title
zScore(X, reps = 1)
The vector to be turned into z scores
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.
# NOT RUN { X<-c(1:10) zScore(X) # }
Run the code above in your browser using DataLab