Description Usage Arguments Value
View source: R/myDescriptiveStatistics.R
Calculate the z-scores of a (numeric) vector
1 | my.z.score(src.vector, center = NULL, scale = NULL, is.sample = TRUE)
|
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. |
numeric ; The standard deviation of 'src.vector'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.