View source: R/check_parameters.R
check_parameters | R Documentation |
Check model parameters and starting values.
check_parameters(starting_values = NULL, parameters = NULL, verbose = TRUE)
starting_values |
List with all starting value parameters. |
parameters |
List with all model parameters. |
verbose |
Logical if TRUE, progress reports are printed. |
The function checks if all required starting values and parameters are provided. If parameters and/or starting values are missing, a vector with the name of the corresponding values is returned.
If no arguments are provided, a list of all required parameters and values is printed.
void
check_parameters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.