COVID19b {hce} | R Documentation |
COVID-19 ordinal scale dataset (preliminary report).
Description
A dataset with COVID-19 ordinal scale outcomes for 844 patients.
Usage
COVID19b
Format
a data frame with 844 rows and 2 variables:
- GROUP
type of the event, ordinal outcomes 1-8, where a higher value means a better outcome
- TRTP
treatment values, Active or Placebo, character
Source
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.
Examples
#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")
[Package hce version 0.6.0 Index]