StatisticsHealthEconomics / multimcm

Bayesian relative mixture cure modelling with Stan.
https://StatisticsHealthEconomics.github.io/multimcm
Other
0 stars 0 forks source link

background argument as `surv.sim()` output format #22

Open n8thangreen opened 1 year ago

n8thangreen commented 1 year ago

surv_data is create in the bgfscure package https://github.com/ICON-in-R/bgfscure

with background rate already appended to each individual.

Instead pass in list of S (and h) for each group and do work inside of main function. Take structure from survHE::surv.sim() output.

This will mean that the background could be supplied by a model fit using survHE in the future.