Learn R Programming

gap (version 1.6)

invnormal: Inverse normal transformation

Description

Inverse normal transformation

Usage

invnormal(x)

Value

Transformed value.

Arguments

x

Data with missing values.

Examples

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

Run the code above in your browser using DataLab