View source: R/km_wlr_calculations_helpers.R
| count_weighted | R Documentation |
Computes the weighted count of events up to a specified time.
count_weighted(x, y, w = rep(1, length(y)))
x |
Time point. |
y |
Vector of event/censoring times. |
w |
Weights (default 1). |
Weighted count of events up to time x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.