#' Results of the DTU test, generated with \code{\link{test_DTU}}
#'
#' @rdname results
#' @name results
#' @aliases results
#'
#' @param results a \code{\linkS4class{BANDITS_test}} object containing the results of the DTU test,
#' generated with \code{\link{test_DTU}}.
#'
#' @examples
#' # Object 'results' is generated via 'test_DTU' as shown in the vignettes:
#' # see browseVignettes("BANDITS").
#'
#' # load the pre-computed results:
#' data("results", package = "BANDITS")
#' results
#'
#' @author Simone Tiberi \email{simone.tiberi@uzh.ch}
#'
#' @seealso \code{\link{test_DTU}}, \code{\linkS4class{BANDITS_test}}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.