On Sun, 11 May 2014, oleg_komashko(a)ukr.net wrote:
Is it possible to create user-defined functions using named model
objects as local variables?
Named models are not (at this point) full citizens of the world of
variables. They cannot be passed as arguments to a function. However
you can create a bundle containing information pertaining to a model
(for example the matrices $coeff and $stderr) and pass that to a
function.
Allin Cottrell