Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Storing Cumulative Risk Values

    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.

  • #2
    Cross-posted and answered at https://stackoverflow.com/questions/...ve-risk-values

    Please note our policy on cross-posting, detailed in the FAQ Advice, which is that you are asked to tell us about it.
    Last edited by Nick Cox; 27 Sep 2019, 11:38.

    Comment

    Working...
    X