View source: R/set_model_options.R
set_model_options | R Documentation |
Set options for the model wrapper
set_model_options( cores_nb, time_display, project_path, output_path, console_path, saves_daily_output, print_console, Var_simule, Var_names, Param_list, console_data )
cores_nb |
Number of cores to simulate on |
time_display |
Flag (TRUE/FALSE) for display of calculation time |
project_path |
Path to the directory of input files of SQ |
output_path |
Path where to save results |
console_path |
Path to the console |
saves_daily_output |
Boolean to save daily output (if set to "true") |
print_console |
Boolean to print information on the simulation progression on the console (if set to "false") |
Var_simule |
Names of variables to simulate used in the output files of SQ |
Var_names |
Names of variables to simulate used in the observations files |
Param_list |
A data frame containing the names of parameters to estimate and their types |
console_data |
Set of lists needed to build the command line |
List containing options needed to run the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.