recursiveCalculation: Calculation of Pseudo-Ranks

View source: R/pseudoranks.R

recursiveCalculationR Documentation

Calculation of Pseudo-Ranks

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

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


happma/pseudorank documentation built on Feb. 22, 2025, 1:46 p.m.