recursiveCalculation: Calculation of Pseudo-Ranks

Description Usage Arguments Value

View source: R/pseudoranks.R

Description

Calculation of (mid) pseudo-ranks of a sample. In case of ties (i.e. equal values), the average of min pseudo-rank and max-pseudor-rank are taken (similar to rank with ties.method="average").

Usage

1
recursiveCalculation(data, group, na.last, ties.method)

Arguments

data

numerical vector

group

vector coding for the groups

Value

Returns a numerical vector containing the pseudo-ranks


pseudorank documentation built on Oct. 23, 2020, 7:15 p.m.