get_iso_residuals: Residuals of isothermal prediction

View source: R/fit_iso_growth.R

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


albgarre/biogrowth documentation built on April 12, 2025, 9:46 a.m.