Learn R Programming

biogrowth (version 1.0.6)

residuals_sqmu: Residuals for the square root of mu for the coupled model

Description

Residuals for the square root of mu for the coupled model

Usage

residuals_sqmu(p, my_d)

Value

vector of residuals

Arguments

p

numeric vector (or list) of model parameters. Must have entries b and Tmin

my_d

tibble (or data.frame) of data. It must have one column named temp (temperature) and one named mu (specific growth rate; in ln CFU/TIME).