View source: R/replext_helpers.R
getCellBlocks | R Documentation |
This internal helper function provides a list of simulation types available in the Replext Shiny application. It maps the user-friendly names of the simulations to their corresponding function names.
getCellBlocks()
The function currently supports 'Order Constrained ANOVA' and
'Inequality Constrained Linear Regression' simulations, corresponding to
replext_t1_c1
and replext_t2_c1
functions, respectively. This function is
used to populate the selection options in the Shiny application's UI.
A named list where each name corresponds to a user-friendly description of a simulation type and each value is the function name that executes the simulation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.