|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: stcox output: p-value and CI don't agree
At 12:05 AM 8/8/2007, Michael McCulloch wrote:
Thank you Richard. Yes, I do need to run the analysis within my
bootstrap program, and not using the bootstrap prefix or
-vce(bootstrap)- option after -stcox-. The reason for that is that
the data are -stset- using -iweights-.
I suspect Ryan has nailed it then: bootstrap _b[drug] rather than
exp(_b[drug]) and exponentiate the reported coefficient, the lower
limit and the upper limit as the final step.
Richard, and Ryan,
You've both helped me to see through this problem. Following your
strategy to bootstrap _b[drug] rather than exp(_b[drug]) and
exponentiate the reported coefficient, the lower limit and the upper
limit as the final step, here's my answer, which passes the "sit-well
test" for me.
------------------------------------------------------------------------------
| Observed Bootstrap Normal-based
| Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
tcm | -.2710063 .349107 -0.78 0.438 -.9552434 .4132308
------------------------------------------------------------------------------
. display exp(-.2710063)
.76261169
. display exp(-.9552434)
.38471849
. display exp(.4132308)
1.5116939
Is there a way to extract and the exponentiate the reported
coefficient, the lower limit and the upper limit with code, rather
than manually?
Michael
*
* 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/