Description Usage Arguments Examples
A function to calculate z-scores of a vec
1 | z.score.vec(v)
|
v |
a vector of values |
1 2 | vec <- runif(100,2,10)
z.score.vec(vec)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.