COVID19 | R Documentation |
A dataset with COVID-19 ordinal scale outcomes for 1062 patients.
COVID19
a data frame with 1062 rows and 2 variables:
type of the event, ordinal outcomes 1-8, where a higher value means a better outcome
treatment values, A Active or P Placebo, character
Beigel JH et al. "Remdesivir for the treatment of Covid-19-final report." New England Journal of Medicine 383.19 (2020): 1813-1836. doi:10.1056/NEJMoa2007764.
#Frequencies
table(COVID19)
mosaicplot(table(COVID19), col = c(1, 8, 6, 2, 4, 5, 3, 7),
xlab = "Treatment", ylab = "Ordinal Scale", main = "COVID-19 ordinal scale")
# Convert to an hce object
COVID19HCE <- hce(GROUP = COVID19$GROUP, TRTP = COVID19$TRTP)
# Summary wins, losses, and ties with win odds
summaryWO(COVID19HCE, ref = "Placebo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.