Page 1 of 1

Survival Analysis time feature

Posted: Wed Jun 29, 2022 9:57 am
by coledavis
When I use Survival Analysis, the chart comes out showing the time elapsed as running from 1 to 10. As my times - as shown in the data - run from 40 to 180 days - this isn't helpful. I think that the user should see the time they have specified, with a median of that time, not a notional '1 - 10'.

Re: Survival Analysis time feature

Posted: Wed Jun 29, 2022 11:33 pm
by jonathon
try changing the variable to be continuous.

jonathon

Re: Survival Analysis time feature

Posted: Thu Jun 30, 2022 12:26 pm
by coledavis
Thanks Jonathon. I'll write it into my new editions as a must-do as part of the process.

Re: Survival Analysis time feature

Posted: Sun Jul 03, 2022 1:54 am
by jonathon
we should probably improve it, so it handles that though.

jonathon

Re: Survival Analysis time feature

Posted: Sun Jul 03, 2022 10:46 am
by coledavis
If you could let me know if/when changes are under way, I would be grateful. Although I'm well into work on the second editions, I can wait if there are imminent changes. www.vorpress.com

Re: Survival Analysis time feature

Posted: Sun Jul 03, 2022 10:57 am
by coledavis
A similar development issue: 'Censored' often comes up as the 'Event level' and needs changing. E.g. in the recent file, 'transfer' was the event and 'Censored' was the alternative (this is because R works on an alphabetical default). Is it possible for the program to spot that this has come up, and choose the alternative term as the event? or will it be messed up by different spellings of 'Censored' or other usage?

Re: Survival Analysis time feature

Posted: Mon Jul 11, 2022 12:07 am
by jonathon
hi cole,

sorry for the delay. i've pushed out deathwatch 1.1.2 which will automatically handle the situation where the 'elapsed' variable isn't continuous.

i think we're reluctant to 'auto-detect' the correct 'event level' ... if we guess it right some times, but not other times, people will blame us when we get it wrong ... where as if we just don't do anything, we can avoid blame altogether :P

cheers

jonathon

Re: Survival Analysis time feature

Posted: Mon Jul 11, 2022 12:07 pm
by coledavis
Thank you, Jonathon, fair point.