summaryWO.hce {hce}R Documentation

Win odds summary for hce objects

Description

Win odds summary for hce objects

Usage

## S3 method for class 'hce'
summaryWO(x, ...)

Arguments

x

an hce object.

...

additional parameters.

Value

a list containing the summary of wins, losses, and ties. It contains the following named objects:

See Also

calcWO(), summaryWO(), summaryWO.data.frame() methods.

Examples

dat <- as_hce(HCE4)
summaryWO(dat, ref = "P")

[Package hce version 0.6.0 Index]