memc_modfit | R Documentation |
Fit a MEMC model to a comparison data
memc_modfit(config, x, comp_data, lower = -Inf, upper = Inf, ...)
config |
MEMC model configuration object, either one of the pre-built configurations listed in |
x |
MEMC model parameters or initial conditions that will be fit to the data, users will need to provide an initial guess for these values. |
comp_data |
data frame containing the comparison data that the model will be fit this data frame must contain a column for time, the other columns must be named for the MEMC model variables. |
lower |
lower bounds on the parameters; if unbounded set equal to -Inf |
upper |
bounds on the parameters; if unbounded set equal to Inf |
... |
addition arguments that may be passed to FME::modFit |
Results from FME
::modFit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.