R/lda.R

Defines functions lda

Documented in lda

#' Launch the Life Data Analysis Tutorial
#'
#' This function launches an interactive tutorial for life data analysis.
#'
#' @importFrom learnr run_tutorial
#' @import WeibullR
#' @export
#' @seealso \url{https://paulgovan.github.io/ReliaLearnR/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#'   lda()
#' }
lda <- function() {
  learnr::run_tutorial("lda", package = "ReliaLearnR")
}

Try the ReliaLearnR package in your browser

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

ReliaLearnR documentation built on May 27, 2026, 5:08 p.m.