Hi can I confirm to date there is no option to create a risk table with -stcurve-
This was asked in 2015 - and no answer was given. I tried using
https://www.statalist.org/forums/for...-risk-analysis
Stata creates an error: risk table not allowed.
Trying to create something similar (I'm aware that the Y axis is a probability)
This was asked in 2015 - and no answer was given. I tried using
Code:
stcurve, hazard at 1(drug=1) at2(drug=2) risk table(, order(1"Placebo" 2"Treatment") row title(, justification(left)) title(, at(rowtitle)))
Stata creates an error: risk table not allowed.
Trying to create something similar (I'm aware that the Y axis is a probability)
Comment