COVID19b | R Documentation |
A dataset with COVID-19 ordinal scale outcomes for 844 patients.
COVID19b
a data frame with 844 rows and 2 variables:
type of the event, ordinal outcomes 1-8, where a higher value means a better outcome
treatment values, Active or 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(COVID19b)
mosaicplot(table(COVID19b), col = c(1, 8, 6, 2, 4, 5, 3, 7),
xlab = "Treatment", ylab = "Ordinal Scale", main = "COVID-19 ordinal scale")
# Calculate win statistics
calcWINS(x = COVID19b, AVAL = "GROUP", TRTP = "TRTP", ref = "Placebo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.