Welcome to WeibullR.shiny! This package is a shiny web application for Weibull analysis. The app has an intuitive interface for performing reliability analysis, making it accessible for users with varying levels of experience.
To install WeibullR.shiny in R:
install.packages("WeibullR.shiny")
To install the development version:
devtools::install_github('paulgovan/weibullr.shiny')
To launch the app:
WeibullR.shiny::WeibullR.shiny()
Or to access the app through a browser, visit govan.shinyapps.io/weibullrshiny/.
Please note that the WeibullR.shiny project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
WeibullR.plotly is a package for building interactive Weibull models.
WeibullR.learnr is an interactive introduction to life data analysis.