This function takes the output of `optim`, `newton_raphson`, or `sim_anneal` and turns it into an `mle_numerical` (subclass of `mle`) object.
Source:R/mle_numerical.R
mle_numerical.Rd
This function takes the output of `optim`, `newton_raphson`, or `sim_anneal` and turns it into an `mle_numerical` (subclass of `mle`) object.
Usage
mle_numerical(sol, options = list(), superclasses = NULL)