x2z | R Documentation |
Convert x to a z-score
x2z(x, mu = mean(x, na.rm = T), sigma = stats::sd(x, na.rm = T))
x |
a numeric vector |
mu |
mean |
sigma |
standard deviation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.