HCE2 {hce}R Documentation

HCE1, HCE2, HCE3, HCE4 datasets for 1000 patients with different treatment effects.

Description

A simulated dataset containing the ordinal values and other attributes for 1000 patients. HCE2

Usage

HCE2

Format

a data frame with 1000 rows and 6 variables:

SUBJID

subject ID, numbers from 1 to 1000

GROUP

type of the event, either Time-To-Event (TTE) or Continuous (C), character

GROUPN

type of the event, for the ordering of outcomes in the GROUP variable, numeric

AVAL

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

AVAL0

original values for each type of the event, time for TTE outcomes, numeric values for Continuous outcomes, numeric

TRTP

treatment values, A Active or P Placebo, character


[Package hce version 0.6.0 Index]