View source: R/print_metadata.R
print_metadata | R Documentation |
Useful to call as at the start of normal job scripts to run on the cluster so that metadata is recorded in the log files.
print_metadata(data_name, model, array_index, seed, methode, optimmethod)
data_name |
String. Will be used for the name of the created output folder. |
model |
A string with model that should run. Models are as follows:
|
array_index |
A single numeric with the array index. It is used for naming the output file. |
seed |
Integer with value to be used as the seed for Mersenne-Twister.
This value is determined by |
methode |
Method of the ODE-solver. Supported Boost |
optimmethod |
Method used in likelihood optimization. Default is
|
Nothing. Prints session and run info used by DAISIE to console.
Message is used to print function arguments. To retain formatting,
a simple sessioninfo::session_info()
is used for session info, which uses
print. Hence, session_info()
will go on stdout
, while the remaining
output of this function will go to stderr
.
Pedro Santos Neves, Luis Valente, Joshua W. Lambert
## Not run:
print_metadata(
data_name = "Galapagos_datalist",
model = "cr_di",
array_index = 1,
seed = 1
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.