![]() |
From | Michael McCulloch <mm@pinest.org> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: stcox output: p-value and CI don't agree |
Date | Tue, 7 Aug 2007 23:31:40 -0700 |
After running your program, type -ereturn list-. I think you'll find that all the information you need is contained in matrices, e.g. e(b), e(se), e(ci_normal). Then do stuff like
. mat b = e(b)
. scalar bexp = exp(el(b, 1,1))
. display bexp
.25805844
Thank you kindly Richard! 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/
© Copyright 1996–2025 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |