View source: R/mle_numerical.R
mle_numerical | R Documentation |
This function takes the output of 'optim', 'newton_raphson', or 'sim_anneal' and turns it into an 'mle_numerical' (subclass of 'mle') object.
mle_numerical(sol, options = list(), superclasses = NULL)
sol |
the output of 'optim' or 'newton_raphson' |
options |
list, options for things like sigma and FIM |
superclasses |
list, superclasses to add to the 'mle_numerical' object |
a 'numerical_mle' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.