summary.elo {EloRating}R Documentation

summarize elo object

Description

summarize elo object

Usage

## S3 method for class '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(s)

Christof Neumann

Examples

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)

[Package EloRating version 0.46.18 Index]