Consider this example:

I have compelling reasons to adjust the number of participants at risk, but I aim to automate this process.
Do you know of any method to, for instance, triple the numbers at risk without the need for manual adjustments through the graph editor?
Code:
use https://www.stata-press.com/data/r18/drug2, clear stset, noshow sts graph, failure by(drug) risktable
I have compelling reasons to adjust the number of participants at risk, but I aim to automate this process.
Do you know of any method to, for instance, triple the numbers at risk without the need for manual adjustments through the graph editor?
Comment