Thank you so much! I thought of this yesterday but considered that [1,1] should be right. Thanks for the alternative coding of this. The -bootstrap- worked smoothly and I now have the coeffects.
An only thing that does not work is the following (but as long as the bootstrap estimations are displayed this is less important, I guess):
. scalar list b_total b_direct b_indirect
scalar b_indirect not found
r(111);
Why would _bs_1: r(b_indirect) will be displayed but not scalar b_indirect? Thanks once again for the enormous help!
An only thing that does not work is the following (but as long as the bootstrap estimations are displayed this is less important, I guess):
. scalar list b_total b_direct b_indirect
scalar b_indirect not found
r(111);
Why would _bs_1: r(b_indirect) will be displayed but not scalar b_indirect? Thanks once again for the enormous help!
Comment