This function takes a model and model settings and runs it. It runs the simulation determined by the model settings and returns simulation results.
run_model(modelsettings, modelfunction)
vector of model settings. needs to contain inputs expected by simulation function. Also needs to provide further information.
The name of a simulation function to be run with the indicated settings.
A list named "result" with the simulated dataframe and associated metadata.
This function runs a model for specific settings. It is similar to analyze_model in the modelbuilder package.