This internal function creates a list of Shiny UI input elements for setting parameters in the Generalized Least Squares (GLS) simulation Shiny app.
replext_gls_UIParams()
A list of Shiny input elements, including:
textInput for number of timepoints in each phase
textInput for AR(1) parameter values
numericInput for number of simulation iterations
numericInput for number of phases
numericInput for number of participants
textAreaInput for regression coefficients
textAreaInput for model formula
textAreaInput for covariate specification
numericInput for alpha level
This function is used internally by the replext_pgsql
Shiny app to
generate the UI elements for parameter input. It creates a standardized set
of inputs with default values that users can modify to customize their
simulation settings.
replext_pgsql
for the main Shiny app function.