sstdFit
returns a list with the following components:
parThe best set of parameters found.
objectiveThe value of objective corresponding to par
.
convergenceAn integer code. 0 indicates successful convergence.
messageA character string giving any additional information
returned by the optimizer, or NULL. For details, see
PORT documentation.
iterationsNumber of iterations performed.
evaluationsNumber of objective function and gradient function
evaluations.