View source: R/mcmc_functions.R
quality_ratio | R Documentation |
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))
quality_ratio(x, y)
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 |
logit(pi_ij)
#compare areas with levels -2 and 2 qr <- quality_ratio(exp(-2), exp(2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.