Code
Code:
use https://data.princeton.edu/pop509/justices2.dta, clear
stset tenure, fail(event == 1)
stcrreg age year, compete (event == 2)
stcurve, cif
I want to plot a cumulative incidence curve and then store those values with their 95% confidence intervals but it is not clear to me how to access/store them. Thank you.