rankTransform: rank order transformation of margins

Description Usage Arguments Value Author(s) Examples

Description

performs the rank order transformational

Usage

1
rankTransform(u, v = NULL, na.last=TRUE, ties.method = "average")

Arguments

u

a matrix or data.frame with at least two columns holding the data or a vector holding the first column of the data

v

a vector holding the second column of the data

na.last

puts NAs last by default

ties.method

How should ties be treated in rank?

Value

A matrix or data.frame (as provided) with the transformed data. Rows containing any NA will be dropped.

Author(s)

Benedikt Graeler

Examples

1
2
data("simulatedTriples")
str(rankTransform(triples))

spcopula documentation built on May 2, 2019, 4:49 p.m.