scores | R Documentation |
either based on summed winning probabilities or David's scores
scores(x, quantiles = c(0.045, 0.955), elo_scores = FALSE)
x |
result from |
quantiles |
numeric, the quantiles to be returned |
elo_scores |
logical, with default |
a data.frame with one line per individual, providing summaries of posteriors for individual scores
data("bonobos", package = "EloRating")
res <- davids_steepness(bonobos, refresh = 0, cores = 2)
scores(res)
data("dommats", package = "EloRating")
m <- dommats$elephants
res <- elo_steepness_from_matrix(m, n_rand = 1, refresh = 0,
iter = 1000, warmup = 500)
scores(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.