zscores: normal scores

Description Usage Arguments Details Author(s) Examples

View source: R/tfunctions.r

Description

Compute normal scores

Usage

1

Arguments

y

a vector

Details

This function applies a quantile-quantile transformation to the data, resulting in a distribution that is approximately normal but has the same ranks as the original data

Author(s)

Peter Hoff

Examples

1
2
3
4
5
6
y<-rexp(100)
z<-zscores(y)
par(mfrow=c(1,3))
hist(y)
hist(z)
plot(y,z)

MikeKozelMSU/mcmcFunc documentation built on May 22, 2019, 5:31 p.m.