View source: R/randomeloextract.R
randomeloextract | R Documentation |
extract ratings from random sequences based on an interaction matrix
randomeloextract(x, ID, mode = c("obj", "samp", "avg"))
x |
output from |
ID |
character, ID |
mode |
character, one of three: 1) |
numeric
Christof Neumann
data(adv)
elores <- elo.seq(winner = adv$winner, loser = adv$loser, Date = adv$Date)
mat <- creatematrix(elores)
res <- randomelo(mat, runs = 10)
randomeloextract(res, "a", "samp")
randomeloextract(res, "a", "obj")
randomeloextract(res, "a", "avg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.