Description Usage Arguments See Also Examples
Note: if there are duplicate values, they will be randomly spread out to unique values; see the examples.
1 | qqnormalise(v, standardise = TRUE)
|
v |
a numeric vector. |
standardise |
logical; should the result be standardised? Default TRUE. |
qqnorm
1 2 3 | layout(rbind(1:2))
x = round(rexp(50),1); plot(x, qqnormalise(x))
qqnorm(qqnormalise(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.