Learn R Programming

Omisc (version 0.1.2)

zScore: 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

Run this code
# NOT RUN {
X<-c(1:10)
zScore(X)
# }

Run the code above in your browser using DataLab