| get_isothermal_model_data {bioinactivation} | R Documentation |
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")
Arguments
model_name |
Optional string with the key of the model to use. |
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.
[Package bioinactivation version 1.2.3 Index]