Skip to contents

A complete survival dataset with survivors, based of mort_db_ex. The dataframe can be inputed into Surv_Plots().

Usage

data(surv_db_ex)
View(surv_db_ex)

Format

A data frame containing 1200 rows and 4 columns:

Tank.IDUnique labels representing the different tanks in the study
Trt.IDUnique labels representing the different treatments in the study
TTETime to Event. In this dataset, TTE = days post challenge
StatusValue indicating what happened at TTE. In this dataset, Status = 1 or 0 indicating death or survival, respectively