powered by
summarize elo object
# S3 method for elo summary(object, ...)
an object of class "elo", usually the result of a call to elo.seq
"elo"
elo.seq
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)
Run the code above in your browser using DataLab