summaryWO.hce: Win odds summary for 'hce' objects

View source: R/summaryWO_hce.R

summaryWO.hceR 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:

  • summary a data frame containing number of wins, losses, and ties by treatment group and the overall number of comparisons.

  • WO calculated WO (win odds) and WP (win probability) and their standard errors.

See Also

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

Examples

COVID19HCE <- hce(GROUP = COVID19$GROUP, TRTP = COVID19$TRTP)
summaryWO(COVID19HCE, ref = "Placebo")

hce documentation built on Dec. 5, 2025, 9:07 a.m.