Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Bootstrap and postfile in Stata 8.2


From   Axel Heitmueller <[email protected]>
To   [email protected]
Subject   st: Bootstrap and postfile in Stata 8.2
Date   Mon, 23 Aug 2004 14:07:25 +0100

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index