zrange | R Documentation |
Compute the range of a vector of z-scores.
zrange(x)
x |
A numeric vector |
A number.
set.seed(1234);
x <- rnorm(
n = 10
);
zrange(
x = x
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.