View source: R/maxBestimation.R
extractMaxB | R Documentation |
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"))
mll |
the output of an |
newdata |
data for estimation of 'A' |
average |
should 'A' be estimated for average values of its predictors. |
model |
character. Non-linear model form used to estimate average maximum biomass. One of "CR" (Chapman-Richards) or "Logistic". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.