rntransform: rank normal tranformation of a vector

View source: R/rntransform.R

rntransformR Documentation

rank normal tranformation of a vector

Description

This function rank normal transforms a vector of data. The procedure is built off of that provided in the GenABEL pacakge.

Usage

rntransform(y, split_ties = TRUE)

Arguments

y

a numeric vector which will be rank normal transformed

split_ties

a binary string of TRUE (default) or FALSE indicating if tied values, of the same rank, should be randomly split giving them unique ranks.

Value

returns vector of rank normalized data

Examples

rntransform()

hughesevoanth/glsmr documentation built on May 14, 2023, 3:41 p.m.