View source: R/metainfo_secondary.R
check_secondary_pars | R Documentation |
Checks that the model names are correct, that no parameter is defined twice, that every parameter is defined and that no unknown parameter has been defined. Raises an error if any of these conditions is not met.
check_secondary_pars(
starting_point,
known_pars,
sec_model_names,
primary_pars = "mu_opt"
)
starting_point |
Named vector with initial values for the model parameters
to estimate from the data. The growth rate under optimum conditions must be named
|
known_pars |
Named vector of fixed model parameters. Must be named using the
same convention as |
sec_model_names |
Named character vector defining the secondary model for each environmental factor. |
primary_pars |
Character vector with the parameter names of the primary model. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.