Description Usage Arguments Details Value
Plotting simulation results
1 2 |
reslist |
the output of the simulation steps (see vignettes and appendices of manuscript) |
ov |
the output of the simulation steps (see vignettes and appendices of manuscript) |
metric |
character, |
mode |
character, which calculations to take for Elo and DS |
ylimits |
numeric of length 2, overrides internal setting for y-axis limits |
linesstyle |
logic, should different methods differ also with regards to line style, by default |
This is a idiosyncratic function that is only usable in the context of the simulations we run here. See the vignettes of the package.
The "mode"
argument determines which software to use for Elo-ratings and DS. The ADAGIO rankings themselves are always taken from the ADAGIO software. The ISI ranks are always taken from a function included in this package.
"ADAGIO"
: Take ranks for Elo and DS from the ADAGIO software.
"eloRA"
: Calculate ranks for Elo and DS from original scores calculated with the EloRating
(for DS) and EloChoice
(for Elo-rating) packages. The ranking is done via the "average"
option in the rank()
function.
"eloRM"
: Same as above, but the ranks are derived in the following way: in case of ties the minimum rank is taken and subsequently ranks are shrunk so that there will be no gaps. See examples in ranks
.
"eloO"
: Here the original scores for Elo and DS are used, and if metric="cor"
the Pearson correlation is calculated.
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.