check_model_params {bioinactivation}R Documentation

Correctness Check of Model Parameters

Description

Makes 3 checks of compatibility between the input parameters for the adjustment and the DOF of the inactivation model selected.

Usage

check_model_params(
  simulation_model,
  known_params,
  starting_points,
  adjust_vars
)

Arguments

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)


[Package bioinactivation version 1.3.0 Index]