Calculating transition probabilities from a flexsurv survival objects works well with compute_surv().
It seems natural to use the uncertainty in the survival estimate from the object for probabilistic sensitivity analyses. Is there functionality to use the survival object for resampling transition probabilities in define_psa()? If not, this would be a very convenient feature.
I understand that I can use define_survival() with explicitly defined parameters in define_parameters() and define_psa().
Calculating transition probabilities from a
flexsurvsurvival objects works well withcompute_surv().It seems natural to use the uncertainty in the survival estimate from the object for probabilistic sensitivity analyses. Is there functionality to use the survival object for resampling transition probabilities in
define_psa()? If not, this would be a very convenient feature.I understand that I can use
define_survival()with explicitly defined parameters indefine_parameters()anddefine_psa().