ReliabilityTheory R package
The ReliabilityTheory package provides a variety of tools useful for performing structural reliability analysis, such as when using the structure function, system signature or survival signature.
Contact
Please feel free to:
- submit suggestions and bug-reports at: https://github.com/louisaslett/ReliabilityTheory/issues
- compose an e-mail to: aslett@stats.ox.ac.uk
Install
You can install the latest release directly from CRAN.
install.packages("ReliabilityTheory")Install development version (not recommended)
Installing directly from GitHub is not supported by the
install.packages command. You could use the
devtools package
to install the development version if desired.
install.packages("devtools")
library("devtools")
install_github("louisaslett/ReliabilityTheory")Under releases, the tree/commit from which CRAN releases were made are recorded, so historic source can be downloaded from there.
Citation
If you use this software, please cite one of the following:
Aslett, L. J. M. (2012), ReliabilityTheory: Tools for structural reliability analysis. R package, www.louisaslett.com
Aslett, L. J. M. (2012), MCMC for Inference on Phase-type and Masked System Lifetime Models, PhD thesis, Trinity College Dublin.
Thank-you.