summaryWO.formula {hce}R Documentation

Win odds summary using formula syntax

Description

Win odds summary using formula syntax

Usage

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

Arguments

x

an object of class formula.

data

a data frame.

...

additional parameters.

Value

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

Examples

summaryWO(data = COVID19, GROUP ~ TRTP)
summaryWO(data = COVID19, GROUP ~ TRTP, GROUP = "GROUP", ref = "Placebo")

[Package hce version 0.6.0 Index]