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]