qqnormalise: Transform non-normal data using theoretical normal quantiles

Description Usage Arguments See Also Examples

View source: R/numerics.R

Description

Note: if there are duplicate values, they will be randomly spread out to unique values; see the examples.

Usage

1
qqnormalise(v, standardise = TRUE)

Arguments

v

a numeric vector.

standardise

logical; should the result be standardised? Default TRUE.

See Also

qqnorm

Examples

1
2
3
layout(rbind(1:2))
x = round(rexp(50),1); plot(x, qqnormalise(x))
qqnorm(qqnormalise(x))

stevetnz/stevesRfunctions documentation built on May 28, 2019, 8:21 a.m.