sim_data.Rd
A simulated dataset with 10000 observations from a lognormal mixutre model with 2 componentes.
sim_data
A list with two componentes:
$data: A data frame with 10,000 rows and 3 columns:
observed survival time
event indicator. 1 == event, 0 == censored.
binary covariate
$true_vals: A named vector with the true values used to generate the data.