Jordan Amdahl
Jordan Amdahl
This presents a bit of a problem. Parameters might depend on survival distributions, but survival distributions may also depend on parameters. This would be a lot easier if survival distributions...
The idea here is to come up with a solution that also works for #293, which is intended to replace some of the mechanics that you are describing by allowing...
My guess about the best way to handle the syntax would be to declare transitions in much the same way that users already declare states. Example: ```r define_transition = function(from=NULL,...
For illustration, I have put together a basic implementation of suggestions 1 and 2 in a new branch here: https://github.com/jrdnmdhl/heemod/blob/amdahl-part-surv/R/part_surv.R
Hi Matt, thanks for your comments. I would be interested to hear how you would recommend specifying PFS/OS to avoid this issue in the PSA. As a side note, while...
I don't think so. I think your work solves separate problems.
I've completed a proof of concept implementation which can be viewed here: https://github.com/jrdnmdhl/heemod/tree/parameters_overhaul @pierucci @MattWiener @zkabat Please let me know if you think this is moving in the right direction....
I think you are right that you can get enough performance gains elsewhere. This feature might also be useful matching existing models which use variable cycle lengths, but that's also...
The goal here is to produce survival probabilities at arbitrary times, but based on a single draw from the distribution of parameters. This might be necessary, for example, to run...
Noticed something else. If you manually drag-resize the ggvis plot after this issue occurs, the plot re-adjusts the axis and alignment is restored.