Description Usage Arguments Value References Examples
View source: R/NNTCalculation.R
For the NNT-RMST, the average life gain per patient is the area between the survival curves, which is the instrinsic treatment benefit in survival time during the t-period follow-up. For the NNT-KM, the average life gain per patient is defined as the ratio between the average survival time of one death in patients and the NNT-KM up to t.
1 |
time |
The time to event or censor. |
status |
The indicator of the event or censor at the end of the follow-up. |
arm |
The variable indicates the treatment (arm = 1) and control (arm = 0) groups. |
tau |
The chosen time point of clinical interest. |
confint |
The percentile of confidence interval. The default value is
|
digits |
The decimal of the results. The default value is |
A list contains:
RMSTNNT |
The RMST-NNT and its confidence interval. |
KMNNT |
The KM-NNT and its confidence interval. |
LifeGain |
The average life gain per patient based on the RMST-NNT and KM-NNT. |
1. An alternative approach for estimating the number needed to treat for survival endpoints. PLoS One. 2019 Oct 18;14(10):e0223301. doi: 10.1371/journal.pone.0223301.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.