Learn R Programming

hce (version 0.7.0)

KHCE: Kidney Hierarchical Composite Endpoint dataset.

Description

A dataset with kidney ordinal scale outcomes of 1500 patients in the ADSL dataset.

Usage

KHCE

Arguments

Format

a data frame with 1500 rows and 11 variables:

ID

patient identifiers, numeric

TRTPN

treatment values, 1 Active or 2 Placebo, numeric

AVAL0

original values for each type of the event, time for TTE outcomes 1-6, numeric values for Continuous outcome 7, numeric

AVAL

AVAL = AVAL0 + GROUPN, ordinal analysis values for the HCE analysis, numeric, but caution NOT to apply numeric operations; will give meaningless results

GROUP

name of the event, character

GROUPN

ordinal outcomes corresponding to PARAMN values, numeric

PARAMCD

coded name of the event, character

PARAMN

severity of the event, outcomes 1-7, where a higher value means a better outcome, character

STRATAN

strata 1-4, higher value means more severe kidney disease, numeric

EGFRBL

Baseline GFR values of patients, numeric

TRTP

treatment values, A Active or P Placebo, character

PADY

primary analysis day (in years), length of the fixed follow-up, numeric

Examples

Run this code
# Adjusted win odds
res <- regWO(x = KHCE, AVAL = "AVAL", TRTP = "TRTP", COVAR = "STRATAN", ref = "P")
res

Run the code above in your browser using DataLab