getCellBlocks: Retrieve Cell Blocks for Replext Simulation

View source: R/replext_helpers.R

getCellBlocksR 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.


mmirestriktor documentation built on June 24, 2024, 1:07 a.m.