Skip to content

Commit

Permalink
small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Dec 12, 2024
1 parent c4eb657 commit b297f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/integrated_scores.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ weighted_survival_score = function(loss, truth, distribution, times = NULL,
# G(t): KM estimate of the censoring distribution
cens = matrix(c(cens$time, cens$surv), ncol = 2L)

# filter G(t) time points based on `t_max` cutoff for ISBS
# filter G(t) time points based on `t_max` cutoff for RISBS
if (tmax_apply && proper) {
cens = cens[cens[, 1L] <= t_max, , drop = FALSE]
}
Expand Down

0 comments on commit b297f79

Please sign in to comment.