Skip to contents

Fit a MEMC model to a comparison data

Usage

memc_modfit(config, x, comp_data, lower = -Inf, upper = Inf, ...)

Arguments

config

memc model configuration object, either one of the pre-built configurations listed in model_configs or created using configure_model

comp_data

data frame containing the comparison data thata the model will be fit to

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

Value

the results of the FME::modFit