View source: R/validate_mnirs.R
| validate_fix | R Documentation |
Validates the fix argument of parametric analyse_kinetics()
methods: a named list of finite numeric scalars whose names match the
model's fixable parameters. At least one parameter must remain free.
validate_fix(fix, params, env = rlang::caller_env())
fix |
A named list of model parameters to hold constant, or
|
params |
Character vector of fixable parameter names for the model. |
env |
The calling environment or a defused call, used to report errors and warnings as coming from the user-facing function rather than the validator. |
fix as a named list; an empty list when NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.