R/mle_optim.R
mle_optim.Rd
This function takes the output of `optim` and turns it into an `mle` object.
mle_optim(sol)
the output of `optim`
a `numerical_mle` object, specialized for `optim` (stats package) solutions.