View source: R/summaryWO_hce.R
summaryWO.hce | R Documentation |
hce
objectsWin odds summary for hce
objects
## S3 method for class 'hce'
summaryWO(x, ...)
x |
an |
... |
additional parameters. |
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.
calcWO()
, summaryWO()
, summaryWO.data.frame()
, summaryWO.formula()
methods.
dat <- as_hce(HCE4)
summaryWO(dat, ref = "P")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.