summary.elo | R Documentation |
summarize elo object
## S3 method for class 'elo'
summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods (ignored) |
Christof Neumann
IA <- randomsequence()
SEQ <- elo.seq(winner=IA$seqdat$winner, loser=IA$seqdat$loser,
Date=IA$seqdat$Date, draw=IA$seqdat$Draw,
presence=IA$pres)
summary(SEQ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.