summary.elochoice: summarize elochoice object

Description Usage Arguments Author(s) Examples

Description

summarize elochoice object

Usage

1
2
## S3 method for class '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.

Author(s)

Christof Neumann

Examples

1
2
3
xdata <- randompairs(nstim=10, nint=500)
x <- elochoice(xdata$winner, xdata$loser, runs=5)
summary(x)

EloChoice documentation built on July 4, 2019, 5:04 p.m.