Learn R Programming

hce (version 0.7.0)

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

Description

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

Usage

COVID19plus

Arguments

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

Examples

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

Run the code above in your browser using DataLab