View source: R/weibull_to_rga.R
weibull_to_rga | R Documentation |
Convert Weibull Data to Reliability Growth Data
weibull_to_rga(failures, suspensions = NULL)
failures |
A vector of failure times. |
suspensions |
A vector of suspension (censoring) times. |
A data frame with times and failure counts suitable for reliability growth analysis.
failures <- c(100, 200, 200, 400)
suspensions <- c(250, 350, 450)
result <- weibull_to_rga(failures, suspensions)
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.