calcWINS.hce {hce}R Documentation

Win statistics calculation for hce objects

Description

Win statistics calculation for hce objects

Usage

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

Arguments

x

an hce object.

...

additional parameters.

Value

a list containing win statistics and their confidence intervals. It contains the following named data frames:

References

The theory of win statistics is covered in the following papers.

See Also

calcWINS(), calcWINS.formula(), calcWINS.data.frame().

Examples

# Example 1
COVID19HCE <- hce(GROUP = COVID19$GROUP, TRTP = COVID19$TRTP)
calcWINS(COVID19HCE)
# Example 2
COVID19bHCE <- hce(GROUP = COVID19b$GROUP, TRTP = COVID19b$TRTP)
calcWINS(COVID19bHCE, ref = "Placebo", WOnull = 1.1, alpha = 0.01)

[Package hce version 0.6.0 Index]