getUIParams {npboottprmFBar} | R Documentation |
Generate UI Parameters for persimon_app Simulation
Description
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.
Usage
getUIParams()
Details
This function is used internally by the 'shiny' app to generate the UI elements for parameter input.
Value
A list of 'shiny' input elements including:
M1 , M2 , M3 |
Numeric inputs for means of the three groups |
S1 , S2 , S3 |
Numeric inputs for standard deviations of the three groups |
Sk1 , Sk2 , Sk3 |
Numeric inputs for skewness of the three groups |
n1 , n2 , n3 |
Text inputs for sample sizes of the three groups |
n_simulations |
Numeric input for number of simulation iterations |
nboot |
Numeric input for number of bootstrap iterations |
conf.level |
Numeric input for confidence level |
[Package npboottprmFBar version 0.2.0 Index]