This internal function executes the persimon simulation using parameters provided by the user through the persimon_app 'shiny' app interface.
runSimulation(input)A list containing two data frames:
Data frame with proportions of rejecting the null hypothesis
Data frame with counts of successful model runs
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.
persimon for the underlying simulation function.