zScore {Omisc} | R Documentation |
Title
Description
Title
Usage
zScore(X, reps = 1)
Arguments
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. |
Value
A vector of z scores.
Examples
X<-c(1:10)
zScore(X)
[Package Omisc version 0.1.5 Index]