calcZscore: Calculate Z-score (standardized) values.

Usage Arguments Value

Usage

1
calcZscore(x, mean = NA, sd = NA)

Arguments

x

A vector of numbers.

mean

A vector of length one. User can supply a mean value. If NA (the default), then it is calculated.

sd

A vector of length one. User can supply an sd value. If NA (the default), then it is calculated.

Value

A vector, the same length as x consisting of the z-score values.


MichaelFolkes/PBSperformance documentation built on May 8, 2019, 11:09 p.m.