Learn R Programming

EloRating (version 0.46.11)

summary.elo: summarize elo object

Description

summarize elo object

Usage

# S3 method for elo
summary(object, ...)

Arguments

object

an object of class "elo", usually the result of a call to elo.seq

...

further arguments passed to or from other methods (ignored)

Author

Christof Neumann

Examples

Run this code
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