Hello everyone, I am writing a .ado file that is supposed to mimic what
would be done by a "function" in other languages. The problems I'm
running into are:
[...]
(2) Is there a way to FORCE stata to return a function after the .ado file
completes? So far, I have just been creating scalars and matrices inside
of the .ado file, but I think this is probably not that efficient for my
purposes since I really want the function ITSELF to take on a value or a
matrix.
[...]
THANKS SO MUCH!!!
Florence
You've already gotten a response from Nick Cox. I'd like to add to this
regarding (2).