runSimulation {npboottprmFBar} | R Documentation |
This internal function executes the persimon simulation using parameters provided by the user through the persimon_app 'shiny' app interface.
runSimulation(input)
input |
A list of input values from the 'shiny' app. |
This function serves as a wrapper around the persimon
function, translating
user inputs from the persimon_app 'shiny' app into the format required by
persimon
. It uses helper functions from the mmints
package to process
certain inputs.
A list containing two data frames:
results |
Data frame with proportions of rejecting the null hypothesis |
success |
Data frame with counts of successful model runs |
persimon
for the underlying simulation function.