Function returning the report functions defined for reporting in StoX, such as sum, summaryStox, etc.

getReportFunctions(
  multiple = NULL,
  use = c("Baseline", "Bootstrap"),
  useOnlyEnabled = TRUE
)

Arguments

multiple

If given as FALSE or TRUE, select only function names used for baseline or bootstrap, respectively.

use

The model the report function will be used in.

useOnlyEnabled

Logical: If TRUE keep only enabled report functions. Non-enabled report functions are typically not yet exposed to the user.