On Best Practice Optimization Methods in R

John C. Nash

Main Article Content

Abstract

R (R Core Team 2014) provides a powerful and flexible system for statistical computations. It has a default-install set of functionality that can be expanded by the use of several thousand add-in packages as well as user-written scripts. While R is itself a programming language, it has proven relatively easy to incorporate programs in other languages, particularly Fortran and C. Success, however, can lead to its own costs:

  • Users face a confusion of choice when trying to select packages in approaching a problem.

  • A need to maintain workable examples using early methods may mean some tools offered as a default may be dated.

  • In an open-source project like R, how to decide what tools offer "best practice" choices, and how to implement such a policy, present a serious challenge.


We discuss these issues with reference to the tools in R for nonlinear parameter estimation (NLPE) and optimization, though for the present article `optimization` will be limited to function minimization of essentially smooth functions with at most bounds constraints on the parameters. We will abbreviate this class of problems as NLPE. We believe that the concepts proposed are transferable to other classes of problems seen by R users.

Article Details

Article Sidebar