create_res_dir | R Documentation |
Get paths for the Rdata and index CSV files resulting from a model fit. For
all_res_file_paths
, paths will be returned sorted by replicate number
then operating model, then estimation model.
create_res_dir(study, repl = NULL, root_dir = ".") res_file_names(study, opmod, estmod) res_file_paths(study, repl, opmod, estmod, root_dir = ".")
study |
Study name |
repl |
Replicate number(s) |
root_dir |
Root directory |
opmod |
Operating model |
estmod |
Estimation model |
A list with elements rdata
and indexcsv
with relative
paths starting from root_dir
create_res_dir
: Create a results directory if necessary
res_file_names
: File names for each study, operating, and
estimation model combination
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.