getReportFunctions | R Documentation |
Function returning the report functions defined for reporting in StoX, such as sum, summaryStox, etc.
getReportFunctions(
multiple = NULL,
use = c("Baseline", "Bootstrap"),
useOnlyEnabled = TRUE
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.