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
Interrupted time series - negative "constant"I'm trying to run a Interrupted time series analysis for single group using the "ITSA" package Code…
How to obtain goodness of fit statitics after running a biprobit model with svy prefixAre there any ways to obtain goodness of fit statistics after running a biprobit model with svy pref…
clustered standard errors or just robust? panel dataHi there, I have to use an event study methodology to estimate the impact of the event (child birth…
Calculate percentage for similar entriesHi all, I have the following table where I want to generate the variable "board_independence". The…
Combining 2 ifs and andHi All, I have the following dataset: Code: * Example generated by -dataex-. To install: ssc inst…
Subscribe to:
Post Comments (Atom)
0 Response to Kaplan Meier survival description output - no median result
Post a Comment