cardinalize: internal fn to create cardinal rank scores

Description Usage Arguments Details Value

View source: R/internal_fns.R

Description

internal function for generating cardinal ranks

Usage

1

Arguments

x

input vector

Details

converts raw Elo scores into predicted number of individuals beaten (using Equation 1 from paper)

subtracting .5 is equivalent to removing the prob of winning against oneself because 1/(1 + exp(-0.01*0)) = 1/(1 + exp(0)) = 1/(1 + 1) = 1/2

Value

returns new vector of cardinal rank scores


EloOptimized documentation built on June 10, 2021, 5:06 p.m.