Extracts the names of linear coefficients for the maximum-biomass-equivalent parameter in the non-linear growth equations

.getMaxBCoefs(mll, model = c("CR", "Logistic"))

Arguments

mll

the output of an bbmle::mle2 call (the fitted non-linear model), from which coefficient values will be extracted

model

character. Non-linear model form used to estimate average maximum biomass. One of "CR" (Chapman-Richards) or "Logistic".

Value

a list of two vectors of parameter names one following coefficient names in mll ('mllCoefNames'), the other using the original names as in the data used for model fitting ('origCoefNames')