Learn R Programming

EloChoice (version 0.29.4)

summary.elochoice: summarize elochoice object

Description

summarize elochoice object

Usage

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

Arguments

object

an object of class "elochoice", usually the result of a call to elochoice

...

further arguments passed to or from other methods. Nothing relevant in this case.

Examples

Run this code
# NOT RUN {
xdata <- randompairs(nstim=10, nint=500)
x <- elochoice(xdata$winner, xdata$loser, runs=5)
summary(x)
# }

Run the code above in your browser using DataLab