quality_ratio: Compute the logit of the ratio of qualities

Description Usage Arguments Value Examples

View source: R/mcmc_functions.R

Description

This function computes the probability i beats j on the logit scale. It is given by logit(pi_ij) = lambda_i - log(exp(lambda_i) + exp(lambda_j))

Usage

1

Arguments

x

The level of deprivation of the winning object on the exponential scale

y

The level of deprivation of the losing object on the exponential scale

Value

logit(pi_ij)

Examples

1
2
3
#compare areas with levels -2 and 2

qr <- quality_ratio(exp(-2), exp(2))

mengshanyige/paired-compartion documentation built on Dec. 21, 2021, 4:57 p.m.