nqrank: Transform a vector of quantitative values to the...

Description Usage Arguments Value Author(s) See Also Examples

Description

Transform a vector of quantitative values to the corresponding normal quantiles (preserving the mean and SD).

Usage

1

Arguments

x

A numeric vector

jitter

If TRUE, randomly jitter the values to break ties.

Value

A numeric vector; the input x is converted to ranks and then to normal quantiles.

Author(s)

Karl W Broman, kbroman@biostat.wisc.edu

See Also

rank, qnorm, transformPheno

Examples

1
2
3
data(hyper)

hyper <- transformPheno(hyper, pheno.col=1, transf=nqrank)

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.