On Mon, 12 May 2014, oleg_komashko(a)ukr.net wrote:
I think I formulated my question fuzzy
I mean, is it possible to have the following construction?
function type funcname(x1,x2,y, other parameters) ...
function body mod1 <- ols y const x1 x2
No, not possible. Assignment from a model command to a named model
via "<-" is strictly a "top level" thing, it won't work inside
a
function.
Allin Cottrell