COVID19plus: COVID-19 ordinal scale dataset for a combination therapy.

COVID19plusR Documentation

COVID-19 ordinal scale dataset for a combination therapy.

Description

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

Usage

COVID19plus

Format

a data frame with 1033 rows and 4 variables:

ID

patient identifiers, numeric

TRTP

treatment values, A Active or P Placebo, character

GROUP

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

BASE

baseline ordinal values

Source

Kalil AC et al. "Baricitinib plus Remdesivir for Hospitalized Adults with Covid-19." New England Journal of Medicine 384.9 (2021): 795-807. doi:10.1056/NEJMoa2031994.

Examples

COVID19HCE <- hce(GROUP = COVID19plus$GROUP, TRTP = COVID19plus$TRTP)
# Summary wins, losses, and ties with win odds
summaryWO(COVID19HCE, ref = "P")

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