Description Usage Arguments Value
View source: R/opt_residuals.R
Calculates residuals between model and data.
1 2 3 4 5 6 7 8 9 10 11 12 13 | opt_residuals(
params,
args = NULL,
isNonDim = F,
plotSum,
modelFuncRes = NULL,
modelFuncSus = NULL,
modelFunc = NULL,
joint,
defaultResidual = .Machine$double.xmax,
residFunc = opt_residFunc_standard,
...
)
|
params |
parameters to be passed to model |
args |
parameters to be fixed throughout optimisation |
isNonDim |
boolean to determine whether data requires nondimensionalisation |
plotSum |
experimental data |
modelFuncRes |
function containing the resistant variety model to be solved |
modelFuncSus |
function containing the susceptible variety model to be solved |
defaultResidual |
a large default sum of squares to be used when [?] |
... |
unmodified parameters (incl. tColStr, N0, args(optional), plotArea and residFunc) to be passed to |
tColStr |
name of matrix's column to be used as measure of time, e.g. "DAT" |
sum of squares
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.