|
From: Ethan A M. <eam...@gm...> - 2019-05-27 16:39:32
|
On Monday, 27 May 2019 16:53:59 Patrick Dupre wrote: > Hello, > > Sometimes, the fit does not converge properly and we would like to recover > the parameters of the previous fit. > 1) it is possible? > 2) if not, how can I save the parameters of a fit and recall them later? Does the "save fit" command not work for you? The intended use is: fit ... #works save fit 'save.file' ... ... lots of stuff that may or may not have worked ... load 'save.file' # restore saved variables. Ethan -- entia non sunt multiplicanda praeter necessitatem |