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

st: Saving RRR with mlogit/ologit


From   "Paolo Grillo, MD" <[email protected]>
To   [email protected]
Subject   st: Saving RRR with mlogit/ologit
Date   Thu, 10 Feb 2005 11:05:11 +0100

After I have run the command -logit- I often use the command lincom in order to save in a local macro, with easy calculation, both OR and CI (lower bound and upper bound).

(ie
xi: logit case i.`X '
capture quietly lincom _I`X'_2
local OR2`X'=round(exp(r(estimate)), 0.01)
local LB2`X'=round((exp(r(estimate)-(1.959964*r(se)))), 0.01)
local UB2`X'=round((exp(r(estimate)+(1.959964*r(se)))), 0.01)

Does anybody know a similar method using mlogit and ologit command?
Thanks in advance

Paolo Grillo

--



* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Paolo Grillo MD
Nephrologist Statisticians
EPOCA Research Center for Occupational, Clinical & Environmental Epidemiology
Department of Occupational and Environmental Health "Clinica L. Devoto"
University of Milan
Via San Barnaba 8
20122 Milano - ITALY
Tel: +39 02 503-20148
Fax: +39 02 503-20126
E-Mail [email protected]



*
* 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