View source: R/11.3-data-validators.R
| validate_fitting_settings | R Documentation |
Validates processed simulation settings before execution.
validate_fitting_settings(settings)
settings |
Processed simulation settings. Must be a list containing at
least the elements |
Invisibly returns TRUE if the settings are valid. Throws an
error with a descriptive message if fit_to is not one of the
accepted options ("Weight", "Consumption", "Ration",
"Ration_prey", "p_value") or if fit_value is not a
positive number. May also emit warnings for biologically unusual values
(e.g. very low target weight, or a p_value greater than 5).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.