You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/statistics/survival-metrics-details/index.html.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ The weights used in the calculation of the dynamic performance metrics are the i
166
166
First, when do we evaluate the probability of censoring? There are different approaches used in the literature, and we follow what Graf _et al_ suggest (as it seems most appropriate):
167
167
168
168
- If the evaluation time is less than the observed time (like in category 2), the evaluation time is used to predict the probability of censoring.
169
-
- If the evaluation is greater than or equal to the event time (like in category 1), the event time is used to predict the probability of censoring.
169
+
- If the evaluation time is greater than or equal to the event time (like in category 1), the event time is used to predict the probability of censoring.
170
170
- If the evaluation time is greater than or equal to the observed censoring time, the observation falls into category 3 and is not used, i.e., also no weight is needed.
171
171
172
172
We call this time at which to predict the probability of censoring the _weight time_. Here's an example using the first data point in the validation set:
@@ -339,32 +339,34 @@ When accounting for censoring in dynamic performance metrics, the main points to
339
339
340
340
```
341
341
#> ─ Session info ─────────────────────────────────────────────────────
Copy file name to clipboardExpand all lines: learn/statistics/survival-metrics-details/index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ The weights used in the calculation of the dynamic performance metrics are the i
217
217
First, when do we evaluate the probability of censoring? There are different approaches used in the literature, and we follow what Graf _et al_ suggest (as it seems most appropriate):
218
218
219
219
- If the evaluation time is less than the observed time (like in category 2), the evaluation time is used to predict the probability of censoring.
220
-
- If the evaluation is greater than or equal to the event time (like in category 1), the event time is used to predict the probability of censoring.
220
+
- If the evaluation time is greater than or equal to the event time (like in category 1), the event time is used to predict the probability of censoring.
221
221
- If the evaluation time is greater than or equal to the observed censoring time, the observation falls into category 3 and is not used, i.e., also no weight is needed.
222
222
223
223
We call this time at which to predict the probability of censoring the _weight time_. Here's an example using the first data point in the validation set:
0 commit comments