Learn R Programming

nmm (version 0.9)

nmm_best: searches for best optimization method between possible maxLik algorithms

Description

searches for best optimization method between possible maxLik algorithms

Usage

nmm_best(
  joint_func,
  joint_grad,
  joint_hess,
  start_v,
  method = NULL,
  miterlim,
  possible_m,
  eq_type,
  corrl
)

Arguments