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

st: Re: Generating first-differences in regression coefficients


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: Generating first-differences in regression coefficients
Date   Fri, 27 May 2005 19:36:15 -0400

I'm not sure about the full question, but you should at least look at -whelp pctile- to see that pctile does not have a percentiles option. The help file shows that option exists for the _pctile command, which will return results in r(), perhaps allowing you to proceed the the bootstrap approach.

Michael Blasnik
[email protected]


----- Original Message ----- From: "Clive Nicholas" <[email protected]>
To: <[email protected]>
Sent: Friday, May 27, 2005 5:36 PM
Subject: st: Generating first-differences in regression coefficients


<snip>


for any coefficient. I tried using -pctile- with this, but it wouldn't let
me use the -percentiles()- option:

. pctile pct = b_turn0105, nq(4) p(15.87 50 84.13) genp(pc)
option p() not allowed
r(198);

. pctile pct = b_turn0105, nq(4) percentiles(15.87 50 84.13) genp(pc)
option percentiles() not allowed
r(198);

. pctile pct = b_turn0105, percentiles(15.87 50 84.13) genp(pc)
option percentiles() not allowed
r(198);

. pctile pct = b_turn0105, percentiles(15.87 50 84.13)
option percentiles() not allowed
r(198);

If anyone knows of any canned post-estimation solutions for generating FDs
in regression coefficients, then I'd be very grateful to you.

CLIVE NICHOLAS        |t: 0(044)7903 397793
Politics              |e: [email protected]
Newcastle University  |http://www.ncl.ac.uk/geps
*
*   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