View source: R/save_run_info.R
Add entry to log book #
1 2 3 4 5 6 7 8 | save_run_info(
model_specs,
run_time,
DIC,
pD,
file_path = "Tables/run_info.xlsx",
exists = T
)
|
model_specs |
(list) List output by set_model_specifications specifying the run specifications. |
run_time |
(difftime) The time it took for the model to run. |
DIC |
(numeric) DIC reported by JAGS. |
file_path |
(character) File path to log book. |
exists |
(logical) If model run information table exists, use exists=T. Use exists=F otherwise. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.