This internal function creates a list of 'shiny' input elements for the simulation parameters. It defines the UI components for means, standard deviations, skewness, sample sizes, number of simulations, number of bootstrap iterations, and confidence level.
getUIParams()A list of 'shiny' input elements including:
Numeric inputs for means of the three groups
Numeric inputs for standard deviations of the three groups
Numeric inputs for skewness of the three groups
Text inputs for sample sizes of the three groups
Numeric input for number of simulation iterations
Numeric input for number of bootstrap iterations
Numeric input for confidence level
This function is used internally by the 'shiny' app to generate the UI elements for parameter input.