my.z.score: Calculate the z-scores of a (numeric) vector

Description Usage Arguments Value

View source: R/myDescriptiveStatistics.R

Description

Calculate the z-scores of a (numeric) vector

Usage

1
my.z.score(src.vector, center = NULL, scale = NULL, is.sample = TRUE)

Arguments

src.vector

; A numeric vector to calculate the standard deviation over.

center

; A numeric, to indicate the center (mean) of the data.

scale

; A numeric, to indicate the scale (standard deviation) of the data.

is.sample

; A boolean indicating that src.vector is a sample, not a population.

Value

numeric ; The standard deviation of 'src.vector'.


vanNijnatten/Learn-Statistics documentation built on Dec. 23, 2021, 2:09 p.m.