Closed mmaughan0 closed 9 months ago
Hi there, I think you have mistaken the vctrs repo for a place to ask general R questions. This issues page is for questions specifically about vctrs in particular. For general questions about R, a better place is https://community.rstudio.com/.
Thanks!
whoops - ok will do
Consult reprex below, but my issue is not that the code will not run - its that doing something I do not want it to do.
In the disease I am modeling, the risk of death greatly decreases after a certain amount of days, and thus the Kaplan_meier/survival curve flattens out. I want my cost effectiveness model to follow the probabilities related to that curve. What the model does is estimate a parametric best fit line that CONTINUES to decline after that 10 day period. I very much do not want it to do this, and I thought that is what I was specifying by the "km-limit" in the p_death_disease_xx objects. It is not. I have tested it out by altering the cycles and although it should stop reducing the risk of death after those 10 cycles, it continues to add risk of death, clearly following that parametric best fit curve.
Is there anything I can do to specify it NOT to do that, and to only follow the KM/non-parametric curve?
Created on 2024-02-04 with reprex v2.1.0