z_score {kim} | R Documentation |
z score
Description
Calculate z-scores (i.e., standardize or obtain the standard scores)
Usage
z_score(x = NULL, na.rm = TRUE)
Arguments
x |
a numeric vector |
na.rm |
logical. If |
Value
the output will be a vector of z-scores.
Examples
z_score(1:10)
[Package kim version 0.5.422 Index]