get_isothermal_model_data: Isothermal Model Data

Description Usage Arguments Value

View source: R/isothermal_fit.R

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

1
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.


bioinactivation documentation built on Aug. 1, 2019, 5:05 p.m.