Announcement

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

  • Exporting underlying data behind stata generated graphs

    Hi, i was able to export the underlying data behind a graph i created using a dataset (below)
    but when i do, i only get the mediam values and not the ci (confidence intervals). How can i modify the code so that the exported excel dataset also includes values for CIs?

    sts graph, failure ci
    serset use
    export excel "hazard.xlsx",sheetreplace
    serset clear


Working...
X