invnormal {gap}R Documentation

Inverse normal transformation

Description

Inverse normal transformation

Usage

invnormal(x)

Arguments

x

Data with missing values.

Value

Transformed value.

Examples

x <- 1:10
z <- invnormal(x)
plot(z,x,type="b")

[Package gap version 1.5-3 Index]