Skip to contents

Introduction

Welcome to WeibullR.shiny, a Shiny web application for life data analysis based on the WeibullR package in R. This app has an intuitive interface for performing Weibull analysis, making it accessible for users with varying levels of experience.

Getting Started

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/.

Code of Conduct

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.

More Resources

WeibullR.plotly is a package for building interactive Weibull models.

WeibullR.learnr is an interactive introduction to life data analysis.