Announcement

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

  • survival analysis results - increase decimal places

    Hi all

    I was wondering if there is a way to increase the number of decimal places reported in survival analysis

    Code:
    use http://www.stata-press.com/data/r13/stan3
    stset, noshow
    sts list, f
    The reason I ask is that some of my failure probabilities are very low and I would like increased precision beyond 4 d.p.

    Many thanks for any advice suggested.
    Last edited by tim bradshaw; 11 Jan 2019, 04:32. Reason: example edited to show failure rather than survival

  • #2
    Try the sts list option saving(filename[, replace])

    Comment


    • #3
      perfect - thanks

      Comment

      Working...
      X