Announcement

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

  • Kaplan-Meier survival: reporting the number of patients at risk

    The sts graph command comes with a handy risktable option that reports the number of patients at risk at various time intervals during the course of a study.

    Is there a way of obtaining the same output when running sts list? The srs list command shows the number of patients surviving at the beginning of each time internal, yet these figures differ from those in the sts graph risk table.

    Click image for larger version

Name:	counts.png
Views:	1
Size:	74.4 KB
ID:	1516101

  • #2
    In case it helps someone, the right call for sts list in the example above would be:
    Code:
    sts list, risktable(0(6)60) atrisk0

    Comment

    Working...
    X