random_nslr: Randomized Sum of Logarithmic Ranks Function

Description Usage Arguments Examples

Description

This function allows you to compute a randomize normalized sum of logarithmic ranks

Usage

1
random_nslr(n_actives, n_total = 1000, cycles = 10000)

Arguments

n_actives

number of positive samples.

n_total

total number of samples. Defaults to 1000

cycles

number of random ranking to generate. Default to 10000.

Examples

1
random_nslr(10, n_total = 100, cycles = 1000)

atfrank/nmR documentation built on May 10, 2019, 2:09 p.m.