getCellBlocks {mmirestriktor} | R Documentation |
Retrieve Cell Blocks for Replext Simulation
Description
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.
Usage
getCellBlocks()
Details
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.
Value
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.
[Package mmirestriktor version 0.3.1 Index]