exactamente_app: exactamente_app: Interactive Shiny App for Exploring...

View source: R/app.R

exactamente_appR Documentation

exactamente_app: Interactive Shiny App for Exploring Bootstrap Methods

Description

Launches a Shiny app to interactively explore and compare Exact and Regular bootstrap methods and All. The app provides a user-friendly interface, allowing users to modify various parameters associated with each bootstrap method, visualize the results, and understand the differences between the methods.

Usage

exactamente_app()

Value

A shinyApp object representing the running Shiny application. This function is primarily called for its side effects, which include the launching and running of the Shiny app.

Examples

if(interactive()){
  exactamente_app()
}

exactamente documentation built on Aug. 29, 2023, 5:10 p.m.