#' <%=ifelse(exists("test.results") && test.results, "@param test.results either a numeric vector with \\eqn{p}-values or an R6 object of class \\code{\\link[DiscreteTests]{DiscreteTestResults}} from package \\link[DiscreteTests]{DiscreteTests} for which a discrete FDR procedure is to be performed.","") %>
#' <%=ifelse(exists("raw.pvalues") && raw.pvalues, "@param raw.pvalues numeric vector with raw \\eqn{p}-values for which a discrete FDR procedure is to be performed.","") %>
#' <%=ifelse(exists("pCDFlist") && pCDFlist, "@param pCDFlist list of the supports of the CDFs of the \\eqn{p}-values; each list item must be a numeric vector, which is sorted in increasing order and whose last element equals 1.","") %>
#' <%=ifelse(exists("alpha") && alpha, "@param alpha single real number strictly between 0 and 1 indicating the target FDR level.","") %>
#' <%=ifelse(exists("direction") && direction, "@param direction single character string specifying whether to perform a step-up (\\code{\"su\"}; the default) or step-down procedure (\\code{\"sd\"}).","") %>
#' <%=ifelse(exists("adaptive") && adaptive, "@param adaptive single boolean specifying whether to conduct an adaptive procedure or not.","") %>
#' <%=ifelse(exists("ret.crit.consts") && ret.crit.consts, "@param ret.crit.consts single boolean specifying whether critical constants are to be computed.","") %>
#' <%=ifelse(exists("select.threshold") && select.threshold, "@param select.threshold single real number strictly between 0 and 1 indicating the largest raw \\eqn{p}-value to be considered, i.e. only \\eqn{p}-values below this threshold are considered and the procedures are adjusted in order to take this selection effect into account; if `threshold = 1` (the default), all raw \\eqn{p}-values are selected.","") %>
#' <%=ifelse(exists("pCDFlist.indices") && pCDFlist.indices, "@param pCDFlist.indices list of numeric vectors containing the test indices that indicate to which raw \\eqn{p}-value each **unique** support in `pCDFlist` belongs; ignored if the lengths of `test.results` and `pCDFlist` are equal.","") %>
#' <%=ifelse(exists("lambda") && lambda, "@param lambda real number strictly between 0 and 1 specifying the DBR tuning parameter; if `lambda = NULL` (the default), `lambda` is chosen to be equal to `alpha`.","") %>
#' <%=ifelse(exists("triple.dots") && triple.dots, "@param ... further arguments to be passed to or from other methods. They are ignored here.","") %>
#'
#' <%=ifelse(exists("dat") && dat, "@param dat input data; must be suitable for the first parameter of the provided `preprocess.fun` function or, if `preprocess.fun` is `NULL`, for the first parameter of the `test.fun` function.","") %>
#' <%=ifelse(exists("test.fun") && test.fun, "@param test.fun function **from package [`DiscreteTests`][DiscreteTests::DiscreteTests-package]**, i.e. one whose name ends with `*_test_pv` and which performs hypothesis tests and provides an object with \\eqn{p}-values and their support sets; can be specified by a single character string (which is automatically checked for being a suitable function **from that package** and may be abbreviated) or a single function object.","") %>
#' <%=ifelse(exists("test.args") && test.args, "@param test.args optional named list with arguments for `test.fun`; the names of the list fields must match the test function's parameter names. The first parameter of the test function (i.e. the data) MUST NOT be included!","") %>
#' <%=ifelse(exists("preprocess.fun") && preprocess.fun, "@param preprocess.fun optional function for pre-processing the input `data`; its result must be suitable for the first parameter of the `test.fun` function.","") %>
#' <%=ifelse(exists("preprocess.args") && preprocess.args, "@param preprocess.args optional named list with arguments for `preprocess.fun`; the names of the list fields must match the pre-processing function's parameter names. The first parameter of the test function (i.e. the data) MUST NOT be included!","") %>
#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.