Residuals of isothermal prediction
get_iso_residuals(
this_p,
fit_data,
model_name,
known_pars,
logbase_mu = logbase_logN,
logbase_logN = 10
)
An instance of modCost
.
named vector of model parameters to fit
tibble with the data for the fit
character defining the primary growth model
named vector of fixed model parameters
Base of the logarithm the growth rate is referred to. By default, the same as logbase_logN. See vignette about units for details.
Base of the logarithm for the population size. By default, 10 (i.e. log10). See vignette about units for details.