Hi there,
I used to run bstrap commands on Stata 7 such as
program define decomOLS
version 7.0
if "`1'"=="?" {
global S_1 "x y"
exit
}
....some reg commands....
local x=...
local y=...
post `1' (`x') (`y')
end
however, the new Stata 8.2 version doesn't like the post line anymore and does not accept it with or without (). Is there any change to the bstrap command that I've overlooked or to the postfile?
Cheers
Axel
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/