R/run_app.R

Defines functions run_calms

Documented in run_calms

#' Start calms
#' @title Launch calms User Interface
#' @name run_calms
#' @return Nothing
#' @description run_calms() loads interactive user interface built using R shiny.
#' @details The interactive user interface is to provide an easy way for people who are not comfortable with the R command line system. Includes example data for demonstration.
#' @concept latent means
#' @concept propensity matching
#' @concept measurement invariance
#' @concept structural invariance
#' @examples
#' if (interactive()){
#' run_calms()
#' }
#' @export
run_calms <- function() {
shiny::runApp(appDir = system.file("app", package="calms"))
}

Try the calms package in your browser

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

calms documentation built on Aug. 28, 2025, 9:08 a.m.