summary.elochoice {EloChoice}R Documentation

summarize elochoice object

Description

summarize elochoice object

Usage

## 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

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

[Package EloChoice version 0.29.4 Index]