Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: Bootsrapping standard errors of elasticities
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
RE: st: Bootsrapping standard errors of elasticities
Date
Fri, 5 Mar 2010 19:55:17 +0100
<>
Is this permissible to get a bs stan error, Austin:
*******
sysuse auto, clear
pr drop _all
prog myprog, rclass
vers 11
reg price weight length
margins, eyex(length) post
ret sca elalength=_b[length]
end
bs, reps(100): myprog
*******
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Austin Nichols
Sent: Freitag, 5. März 2010 19:49
To: [email protected]
Subject: Re: st: Bootsrapping standard errors of elasticities
Kibrom Tafere <[email protected]> :
The easy answer--wrap everything in an e-class -program- and bootstrap that.
On Fri, Mar 5, 2010 at 1:36 AM, Kibrom Tafere <[email protected]> wrote:
> Hi all:
> I'm estimating a 21 category Heckman type demand system. At the end of my
> estimation I get demand parameters not elasticities. The elasticities are
> computed from the estimated parameters. I don't know how to bootstrap the
> standard errors of the elasticities I intend to report. Anyone who has
ideas
> how to do this please help.
>
> Kibrom
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/