From | "Michael S. Hanson" <[email protected]> |
To | [email protected] |
Subject | Re: st: Tests on sums of coefficients? |
Date | Fri, 16 Jul 2004 10:10:41 -0400 |
On Jul 12, 2004, at 2:51 PM, Nick Cox wrote:
Thanks for that suggestion -- it might help explain a problem I have seen cropping up with a similar construct.Be very careful here. As numerous threads bear witness, looping around local testsum = "`testsum'+`var'" will truncate your macro at some limit. It is much safer to copy, not evaluate: local testsum "`testsum'+`var'"
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |