View source: R/plot_steepness.R
plot_steepness | R Documentation |
plot steepness density
plot_steepness(x, adjustpar = 1.5, print_numbers = TRUE)
x |
result from |
adjustpar |
numeric, parameter for smoothing posterior of individual scores |
print_numbers |
logical, if |
a plot
data("dommats", package = "EloRating")
m <- dommats$elephants
res <- elo_steepness_from_matrix(m, n_rand = 3, refresh = 0, cores = 2,
iter = 1000, warmup = 500)
plot_steepness(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.