R/graphSensitivity.R

#' Visualizing sensivity results
#'
#' @param x  Count of pairs where only control has outcome.
#' @param y  Count of pairs where onlytreated has outcome.
#' @return The sum of \code{x} and \code{y}.
#' @examples
#' add (1, 1)
#' add (10, 1)

add <- function(x,y) {
  x+y
}
Ngendahimana/epbi500 documentation built on May 7, 2019, 6:06 p.m.