powered by
A dataset with COVID-19 ordinal scale outcomes for 1033 patients.
COVID19plus
a data frame with 1033 rows and 4 variables:
patient identifiers, numeric
treatment values, A Active or P Placebo, character
type of the event, ordinal outcomes 1-8, where a higher value means a better outcome
baseline ordinal values
COVID19HCE <- hce(GROUP = COVID19plus$GROUP, TRTP = COVID19plus$TRTP) # Summary wins, losses, and ties with win odds summaryWO(COVID19HCE, ref = "P")
Run the code above in your browser using DataLab