A fictional dataset for survival analysis.

data("sample_data")

Format

A `data.frame` with 64 rows and 4 columns:

  • condition character, either WT, Drug1 or Drug2

  • day numeric, the day that observations were made

  • dead numeric, number of organisms dead on this day

  • censored numeric, number of organisms censored/missing on this day.

Examples

data(sample_data)