Code to run jitters for a model Output will be saved in an Rdata object called "jitter_output" Plots and tables generated to visualize results
jitter_wrapper(mydir, model_settings)
Directory where model files are located.
There is no default entry for mydir
.
An example of user input could be
mydir = file.path("C:/my_models", "base_model")
.
A list of all model settings. Typically, created using get_settings but users can create their own list, as long as it has all of the necessary components for the function at hand.
Nothing is explicitly returned from jitter_wrapper
.
The following functions interact with jitter_wrapper
:
run_diagnostics: calls jitter_wrapper