save_run_info: Add entry to log book #

Description Usage Arguments

View source: R/save_run_info.R

Description

Add entry to log book #

Usage

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
)

Arguments

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.


jBernardADFG/ChenaSalchaSR documentation built on Nov. 20, 2020, 10:37 p.m.