Hi all,
I'm running the exlogistic command for meta-analysis, with id as study id:
How can I get the standard error of the log OR? See the following method cannot work.
Thanks
Chang
I'm running the exlogistic command for meta-analysis, with id as study id:
Code:
exlogistic r id group, binomial(n) group(id)
Code:
Exact logistic regression Number of obs = 576
Group variable: __id Number of groups = 8
Binomial variable: __n Obs per group:
min = 26
avg = 72.0
max = 197
Model score = 2.41637
Pr >= score = 0.1258
---------------------------------------------------------------------------
__r | Odds Ratio Suff. 2*Pr(Suff.) [95% Conf. Interval]
-------------+-------------------------------------------------------------
__group | .5874346 23 0.1664 .279409 1.216778
---------------------------------------------------------------------------
Code:
gen se = _se[__group]
Code:
no variables defined r(111);
Chang

Comment