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
What does Stata do with margins when using weighted least squares?I was surprised to find that, with weight (or aweight), margins does not seem to compute the average…
Count how many variables have more than a certain number of missing valuesHi Statalists! I'm stuck on a very simple task: I would like to count how many variables in my datas…
Panel VARHello everyone. I am trying to apply a fixed effect estimation procedure on a panel var. The variabl…
Filter households' data from a censusHi everyone! I'm working on my Master's thesis and I need help. I'm working with census data, and I …
Difference in difference analysis, defining treatment and control groupsI want to run a difference in differences design. I have a balanced panel of individuals across 10 …
Subscribe to:
Post Comments (Atom)
0 Response to Kaplan Meier survival description output - no median result
Post a Comment