Reliability Growth Analysis via:
- Duane Analysis
- Crow-AMSAA NHPP
- Piecewise Weibull NHPP
- Piecewise Weibull NHPP with Change Point Detection
Installation
To install the release version of ReliaGrowR, use:
install_packages('ReliaGrowR')
You can install the development version of ReliaGrowR like so:
devtools::install_github('paulgovan/ReliaGrowR')
Example
Here is a basic example of Reliability Growth Analysis:
First, load the package:
Next, set up some cumulative time and failure data:
Then run the rga and plot the results:
Code of Conduct
Please note that the ReliaGrowR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.