# Age = rnorm(n_samples, mean = 60, sd = 10), # Stage = sample(1:4, n_samples, replace = TRUE), # Chemotherapy = rbinom(n_samples, 1, 0.5), # HPV = rbinom(n_samples ...