Write Model Runtimes to Working Directory

save.runtime(name = NULL, time = NULL, other = NULL, fn = "model-runtimes.txt")

Arguments

name

description of model to be saved under heading 'name'

time

optional runtime as numeric or integer

other

optional information to be saved under heading 'other' (e.g., number iterations, number chains, etc.)

fn

path to existing or desired output file. This is where the runtimes and arguments will be saved. If file DNE, this function will create it.