Estimation of maximum biomass as the A parameter in the Chapman-Richards and Logistic growth equations. Since A is modelled as linear term, it is a matrix product of its linear coefficients. It is assumed that all coefficients are related additively.
extractMaxB(mll, newdata, average = FALSE, model = c("CR", "Logistic"))
the output of an bbmle::mle2
call (the fitted non-linear model),
from which coefficient values will be extracted
data for estimation of 'A'
should 'A' be estimated for average values of its predictors.
character. Non-linear model form used to estimate average maximum biomass. One of "CR" (Chapman-Richards) or "Logistic".