check_parameters: check_parameters

View source: R/check_parameters.R

check_parametersR Documentation

check_parameters

Description

Check model parameters and starting values.

Usage

check_parameters(starting_values = NULL, parameters = NULL, verbose = TRUE)

Arguments

starting_values

List with all starting value parameters.

parameters

List with all model parameters.

verbose

Logical if TRUE, progress reports are printed.

Details

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.

Value

void

Examples

check_parameters()


Allgeier-Lab/arrR documentation built on Feb. 13, 2025, 7:44 a.m.