View source: R/fit_iso_growth.R
get_iso_residuals | R Documentation |
Residuals of isothermal prediction
get_iso_residuals(
this_p,
fit_data,
model_name,
known_pars,
logbase_mu = logbase_logN,
logbase_logN = 10
)
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. |
An instance of modCost
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.