Learn R Programming

Omisc (version 0.1.5)

zScore: Title

Description

Title

Usage

zScore(X, reps = 1)

Value

A vector of z scores.

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.

Examples

Run this code
X<-c(1:10)
zScore(X)

Run the code above in your browser using DataLab