Description Usage Arguments Details Value Author(s)
Functions for assembling non-linear regression models for
FlowHist objects.
1 2 3 4 5 6 7 | addComponents(fh)
dropComponents(fh, components)
setLimits(fh)
makeModel(fh, env = parent.frame())
|
fh |
a |
components |
character, a vector of |
env |
an R environment. Don't change this, it's R magic to keep the appropriate environment in scope when building our model. |
addComponents examines the model components in
fhComponents and includes the ones that pass their
includeTest.
dropComponents removes a component from the
FlowHist model
setLimits collates the parameter limits for the model
components included in a FlowHist object. (could be
called automatically from addComponents, as it already
is from dropComponents?)
makeModel creates a model out of all the included
components.
The updated FlowHist object.
Tyler Smith
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.