Currently there are optim_flexmodel, nlminb_flexmodel, and bbmle_flexmodel

optim_flexmodel(model, ...)

nlminb_flexmodel(model, ...)

bbmle_flexmodel(model, ...)

# S3 method for flexmodel_calibrated
fitted(object, ...)

Arguments

model

a flexmodel object

...

additional arguments to pass to the wrapped optimizer to their calibrated values?

object

a flexmodel object (for S3 method consistency)