powered by
A dataset with multiple kidney outcomes over time scale outcomes of 1500 patients in the ADSL dataset.
ADSL
ADET
a data frame with 604 rows (events) and 6 variables:
patient identifiers, numeric
occurence time of the event, numeric
name of the event, character
coded name of the event, character
type of the event, outcomes 1-7, where a higher value means a better outcome, numeric
treatment values, 1 Active or 2 Placebo, numeric
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