View source: R/km_wlr_calculations_helpers.R
| kmq_calculations | R Documentation |
Calculates the quantile time for a Kaplan-Meier curve.
kmq_calculations(time_points, survival_probs, qprob = 0.5, type = "midpoint")
time_points |
Vector of time points. |
survival_probs |
Vector of survival probabilities. |
qprob |
Quantile probability (default 0.5). |
type |
Calculation type (midpoint or min). |
Estimated quantile time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.