Learn R Programming

bioinactivation (version 1.3.0)

get_isothermal_model_data: Isothermal Model Data

Description

Provides information of the models implemented for fitting of isothermal data. This models are valid only for isothermal adjustment with the function fit_isothermal_inactivation. To make predictions with the function predict_inactivation or adjust dynamic experiments with fit_dynamic_inactivation, use get_model_data.

Usage

get_isothermal_model_data(model_name = "valids")

Value

If model_name is missing, a list of the valid model keys. If model_name is not a valid key, NULL is returned. Otherwise, a list with the parameters of the model selected and its formula for the nonlinear adjustment.

Arguments

model_name

Optional string with the key of the model to use.