Learn R Programming

EloRating (version 0.46.18)

print.seqchecknopres: prints its argument

Description

prints its argument

Usage

# S3 method for seqchecknopres
print(x, ...)

Arguments

x

result from seqcheck

...

further arguments passed to or from other methods

Author

Christof Neumann

Examples

Run this code
data(adv)
print(seqcheck(winner = adv$winner, loser = adv$loser, Date = adv$Date))

Run the code above in your browser using DataLab