View source: R/elo_steepness_from_sequence.R
elo_steepness_from_sequence | R Documentation |
for interaction data with known sequence of observations
elo_steepness_from_sequence(
winner,
loser,
algo = c("fixed_sd", "original", "fixed_k"),
silent = FALSE,
k = NULL,
...
)
winner |
character (or factor) of winning individuals |
loser |
character (or factor) of losing individuals |
algo |
character, either |
silent |
logical, suppress warnings (default is |
k |
numeric, provides a fixed k parameter. This only has effects if
|
... |
additional arguments for |
a list with results of the model fitting
(see elo_steepness_from_matrix
) for details
data(adv, package = "EloRating")
res <- elo_steepness_from_sequence(winner = adv$winner, loser = adv$loser,
cores = 1, chains = 2, iter = 1000,
warmup = 500, seed = 1, refresh = 0)
plot_steepness(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.