hi all,
I am using Stat 16 on Mac.
I am calculating Kaplan Meier survival curves for 2 groups of patients who do or do not have a genetic mutation.
But after I set the survival data (stset), I am getting what seems like an error in my descriptive statistics for the survival data.
Ex: nothing listed for 25%, 50%, 75% survival times.
Is this because my failure rate is low compared to the time at risk?
Is there any way around this to determine the median survival time for each group?
Thank you!
stsum, by(hyper)
failure _d: recur2 == 1
analysis time _t: betweendx2censor
| Incidence Number of |------ Survival time -----|
hyperm~h | Time at risk rate subjects 25% 50% 75%
---------+---------------------------------------------------------------------
No | 352,899 .0000878 260 . . .
Yes | 87,166 .0001262 63 1943 . .
---------+---------------------------------------------------------------------
Total | 440,065 .0000954 323 . . .
Related Posts with Kaplan Meier survival description output - no median result
Summing across variables if observation equals a certain valueHi! I have the following data set (example seen below) - it contains 66 variables: 8 of these are h…
Country and time fixed effectsHello everyone! I am pretty much new to Stata and wanted ask pretty simple questions that confuse m…
Stars missing when reporting margins on clogitHi there, I am trying to report my results for a clogit model, which in the standard format has sta…
Merging survey data same variables in two separate files with different structureHello Members, I would like to seek your help on problem encountered in attempting to merge file co…
Working with elixhauser codesI have a quick question. I have a dataset of hospitalizations for a cohort that I am trying to adjus…
Subscribe to:
Post Comments (Atom)
0 Response to Kaplan Meier survival description output - no median result
Post a Comment