znorm | R Documentation |
Function applicable on any numeric distribution of data and z-normalize them.
znorm(data)
data |
Numeric distribution; may be stored in an object of type vector, matrix or data frame |
z-normalized distribution of input
random_distribution <- runif(n = 50, min = 1, max = 10) znorm_distribution <- znorm(random_distribution)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.