powered by
Win odds summary using formula syntax
# S3 method for formula summaryWO(x, data, ...)
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.
formula returning the specified formula in the x argument.
x
ref showing how the reference group was selected. Can be modifying by specifying the ref argument.
ref
an object of class formula.
a data frame.
additional parameters.
summaryWO(data = COVID19, GROUP ~ TRTP) summaryWO(data = COVID19, GROUP ~ TRTP, GROUP = "GROUP", ref = "Placebo")
Run the code above in your browser using DataLab