Learn R Programming

hce (version 0.7.0)

summaryWO.hce: Win odds summary for hce objects

Description

Win odds summary for hce objects

Usage

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

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.

  • summary_by_GROUP (if GROUP variable is specified) a summary data frame by GROUP.

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

Arguments

x

an hce object.

...

additional parameters.

See Also

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

Examples

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

Run the code above in your browser using DataLab