runSimulation_pgsql {mmirestriktor} | R Documentation |
Execute Simulation Based on User Input (PostgreSQL Integration)
Description
This internal helper function runs the appropriate simulation function based on the user-selected cell block in the Replext Shiny application. It handles the dynamic execution of either ANOVA or regression simulations based on the parameters specified by the user. The *_pgsql version of the function was built for integration with PostgreSQL
Usage
runSimulation_pgsql(input)
Arguments
input |
A list containing the user input parameters from the Shiny application. |
Details
The function determines which simulation function to call
(replext_t1_c1
or replext_t2_c1
) based on the prefix of the cellBlock
input parameter. The function passes user-specified parameters to the chosen
simulation function and returns the simulation results.
Value
The result of the simulation, which can be either from replext_t1_c1
(Order Constrained ANOVA) or replext_t2_c1
(Inequality Constrained Linear
Regression), depending on the selected cell block.