R/apisensr-package.R

#' **apisensr**: Interface to 'episensr' for sensitivity analysis of epidemiological results
#'
#' @docType package
#' @name apisensr-package
#' @aliases apisensr
#'
#' @description
#' API for using 'episensr' which provides basic sensitivity analysis
#' of the observed relative risks adjusting for unmeasured confounding and
#' misclassification of the exposure/outcome, or both.
#'
#' @references
#' 'episensr' on R CRAN \url{https://cran.r-project.org/package=episensr} and
#' \url{https://dhaine.codeberg.page/episensr/}.
#'
#' Banack et al. \emph{Application of a Web-based Tool for Quantitative Bias
#' Analysis: The Example of Misclassification Due to Self-reported Body Mass
#' Index}. Epidemiology 2024;35(3):359-367.
#'
#' @examples
#' \dontrun{
#' run_app()
#' }

#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @import golem config attempt glue htmltools shinymaterial rhandsontable rmarkdown ggraph igraph
#' @importFrom shiny NS column shinyApp tagList
#' @importFrom shinyjs reset runjs useShinyjs
## usethis namespace: end
NULL

Try the apisensr package in your browser

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

apisensr documentation built on June 8, 2025, 10:11 a.m.