calculate_ranks {weibulltools} | R Documentation |
Computation of Johnson Ranks
Description
This function calculates the Johnson ranks which are used to estimate the failure probabilities in case of (multiple) right censored data.
Usage
calculate_ranks(f, n_out, n)
Arguments
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. |
Value
A numeric vector containing the computed Johnson ranks.
[Package weibulltools version 2.1.0 Index]