Dear all,
I have two programs: foo1 and foo2. Foo1 is an rclass program. Foo2 is an eclass program. At some point, foo1 calls foo2 to estimate certain models and then continues. Foo1 stores results in r(), while foo2 in e().
Is it possible to return estimation results from foo2 after foo1 ends given that the latter is an rclass program?
Thank you.
I have two programs: foo1 and foo2. Foo1 is an rclass program. Foo2 is an eclass program. At some point, foo1 calls foo2 to estimate certain models and then continues. Foo1 stores results in r(), while foo2 in e().
Is it possible to return estimation results from foo2 after foo1 ends given that the latter is an rclass program?
Thank you.
Comment