COVID19: COVID-19 ordinal scale dataset (full report).

COVID19R Documentation

COVID-19 ordinal scale dataset (full report).

Description

A dataset with COVID-19 ordinal scale outcomes for 1062 patients.

Usage

COVID19

Format

a data frame with 1062 rows and 2 variables:

GROUP

type of the event, ordinal outcomes 1-8, where a higher value means a better outcome

TRTP

treatment values, A Active or P 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(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")

hce documentation built on Oct. 16, 2024, 9:06 a.m.