R/WeibullR.learnr.R

Defines functions WeibullR.learnr

Documented in WeibullR.learnr

#' An Interactive Introduction to Life Data Analysis
#'
#' WeibullR.learnr is an interactive introduction to Life Data Analysis.
#' @import learnr
#' @import WeibullR
#' @export
#' @seealso \url{https://paulgovan.github.io/WeibullR.learnr/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#'   WeibullR.learnr()
#' }
WeibullR.learnr <- function() {
  learnr::run_tutorial('WeibullRlearnr', package = 'WeibullR.learnr')
}

Try the WeibullR.learnr package in your browser

Any scripts or data that you put into this service are public.

WeibullR.learnr documentation built on Sept. 11, 2024, 9:08 p.m.