calculate_ranks | R Documentation |
This function calculates the Johnson ranks which are used to estimate the failure probabilities in case of (multiple) right censored data.
calculate_ranks(f, n_out, n)
f |
a numeric vector indicating the number of failed units for a specific realization of the lifetime characteristic. |
n_out |
a numeric vector indicating the number of failed and censored units that have a shorter realization of lifetime characteristic as unit i. |
n |
an integer value indicating the sample size. |
A numeric vector containing the computed Johnson ranks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.