View source: R/function_mapping.R
check_model_params | R Documentation |
Makes 3 checks of compatibility between the input parameters for the adjustment and the DOF of the inactivation model selected.
Check of equal length of model DOF and input DOF. Raises a warning if failed.
Check that every single one of the input DOF is a model DOF. Raises a warning if failed.
Check that every single one of the model DOF are defined as an input DOF.
check_model_params( simulation_model, known_params, starting_points, adjust_vars )
simulation_model |
character with a valid model key. |
known_params |
named vector or list with the dof of the model known. |
starting_points |
named vector or list with the dof of the model to be adjusted. |
adjust_vars |
logical specifying whether the model variables need to be included in the check (not used for isothermal fit) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.