The function is a convenient wrapper around maxLik.

estimate_maxlik(log_lik, param_free, control)

Arguments

log_lik

A log-likelihood expression prepared by prepare_log_lik

param_free

A list of freely estimated parameters

control

A list of estimation controls passed to the optimizer

Value

A custom model object with the results fo the estimation.