Package 'apisensr'

Title: Interface to 'episensr' for Sensitivity Analysis of Epidemiological Results
Description: API for using 'episensr', Basic sensitivity analysis of the observed relative risks adjusting for unmeasured confounding and misclassification of the exposure/outcome, or both. See <https://cran.r-project.org/package=episensr>.
Authors: Denis Haine [aut, cre]
Maintainer: Denis Haine <[email protected]>
License: GPL-2
Version: 1.0.0
Built: 2024-10-10 04:44:59 UTC
Source: https://github.com/dhaine/apisensr

Help Index


Run the Shiny Application

Description

Runs the 'apisensr' Shiny application. This function does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Usage

run_app(...)

Arguments

...

Unused arguments.

Examples

## Not run: 
run_app()

## End(Not run)