Kaplan Meier Filter censored right data #1558
Unanswered
jmarchand1
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The Di and Ni are functions of time. A censored death will change Ni, and a death even will change both Ni and Di. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I don't see in the code or when i use the KaplanMeier Fillter function, the impact of censored right data after the next death event?
S(ti/ti-1) = (Ni - Di) / Ni = 1 - Di / Ni
Ni = (number live ti-1) - (number death à ti) - (number censored between ti-1 et ti)
Could you please explain me.
Beta Was this translation helpful? Give feedback.
All reactions