R/QMRAswim_pkg.R

#' QMRAswim
#'
#' @section QMRAswim functions: These functions model the range of probability of illnesses 
#' from swimming in a sewage-impacted water body. The inputs include the measured concentration 
#' of the indicator organism and the desired reference values, and the output is the 
#' probability of illness from pathogens. The package can be used along with a Shiny 
#' tool available online. 
#'
#' @docType package
#' @name QMRAswim
NULL
#> NULL

#' @importFrom stats runif rlnorm
NULL

#' @importFrom fAsianOptions kummerM
NULL

#> NULL
ShanaScogin/QMRAswim documentation built on July 30, 2020, 2:19 a.m.