mle_numerical: This function takes the output of 'optim', 'newton_raphson',...

View source: R/mle_numerical.R

mle_numericalR Documentation

This function takes the output of 'optim', 'newton_raphson', or 'sim_anneal' and turns it into an 'mle_numerical' (subclass of 'mle') object.

Description

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)

Arguments

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

Value

a 'numerical_mle' object.


queelius/algebraic.mle documentation built on Jan. 29, 2025, 3:23 p.m.