Learn R Programming

hce (version 0.7.0)

ADET: Event-Time dataset for kidney outcomes.

Description

A dataset with multiple kidney outcomes over time scale outcomes of 1500 patients in the ADSL dataset.

Usage

ADET

Arguments

Format

a data frame with 604 rows (events) and 6 variables:

ID

patient identifiers, numeric

AVAL

occurence time of the event, numeric

PARAM

name of the event, character

PARAMCD

coded name of the event, character

PARAMN

type of the event, outcomes 1-7, where a higher value means a better outcome, numeric

TRTPN

treatment values, 1 Active or 2 Placebo, numeric

Examples

Run this code
head(ADET)
# Number of unique patients
length(unique(ADET$ID)) 
# Number of events per event type
barplot(table(ADET$PARAM))

Run the code above in your browser using DataLab