Description Usage Arguments Value Examples
Returns the player to player advantage/disadvantage matrix for a mELO model. the matrix is calculated as C Ω C'.
1 | get_adv_mat(model)
|
model |
a |
a matrix
1 2 3 4 5 6 7 | # rock paper scissors model
rps_model <- mELO(rps_df, k=1)
get_adv_mat(rps_model)
# rock paper scissors fire water model
rpsfw_model <- mELO(rpsfw_df, k=2)
get_adv_mat(rpsfw_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.