get_iso_residuals {biogrowth} | R Documentation |
Residuals of isothermal prediction
Description
Residuals of isothermal prediction
Usage
get_iso_residuals(
this_p,
fit_data,
model_name,
known_pars,
logbase_mu = logbase_logN,
logbase_logN = 10
)
Arguments
this_p |
named vector of model parameters to fit |
fit_data |
tibble with the data for the fit |
model_name |
character defining the primary growth model |
known_pars |
named vector of fixed model parameters |
logbase_mu |
Base of the logarithm the growth rate is referred to. By default, the same as logbase_logN. See vignette about units for details. |
logbase_logN |
Base of the logarithm for the population size. By default, 10 (i.e. log10). See vignette about units for details. |
Value
An instance of modCost
.
[Package biogrowth version 1.0.4 Index]