R/simulate.R
simulate_survival_data.Rd
Simulate data for a survival-forest workflow
simulate_survival_data(n = 1500, seed = 123, horizon = 18)
Number of rows.
Random seed.
Truncation horizon used in the design.
A synthetic data.frame for fit_survival_forest().
data.frame
fit_survival_forest()