smooth_sra: Smooth quantiles of a matrix of sequential ranked agreements.

View source: R/sra.R

smooth_sraR Documentation

Smooth quantiles of a matrix of sequential ranked agreements.

Description

Smooth quantiles of a matrix of sequential ranked agreements.

Usage

smooth_sra(object, confidence = 0.95)

Arguments

object

A matrix

confidence

the limits to compute

Value

A list containing two vectors for the smoothed lower and upper limits

Author(s)

Claus Ekstrøm <ekstrom@sund.ku.dk>

Examples

# setting with 3 lists
mlist <- matrix(cbind(1:8,c(1,2,3,5,6,7,4,8),c(1,5,3,4,2,8,7,6)),ncol=3)
# compute rank agreement of 5 random permutations
null=random_list_sra(mlist,n=15)
# now extract point-wise quantiles according to confidence level
smooth_sra(null)

SuperRanker documentation built on Aug. 28, 2023, 1:08 a.m.