powered by
Win odds summary for a data frame
# S3 method for data.frame summaryWO(x, AVAL, TRTP, ref, GROUP = NULL, ...)
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.
GROUP
WO calculated WO (win odds) and WP (win probability) and their standard errors.
a data frame containing subject-level data.
variable in the data with ordinal analysis values.
the treatment variable in the data.
the reference treatment group.
an optional variable for grouping.
additional parameters.
calcWO(), summaryWO(), summaryWO.data.frame() methods.
calcWO()
summaryWO()
summaryWO.data.frame()
summaryWO(x = HCE3, AVAL = "AVAL", TRTP = "TRTP", ref = "P", GROUP = "GROUP")
Run the code above in your browser using DataLab