Wrapper to run each of the 3 standard diagnostic items:

  1. Jitter

  2. Profiles across requested SS3 parameters

  3. Retrospectives

run_diagnostics(mydir, model_settings)

Arguments

mydir

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").

model_settings

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.

Value

A vector of likelihoods for each jitter iteration.

Author

Chantel Wetzel