Hi,
I would like to store some of the output of the adjrr command in macros. The output is displayed in the Results window but not stored in the return list of the command. Specifically, I would like to access the limits of the 95% CI (e.g. 0.5325 and 2.1780) of the ARR in the example and associated output below. These CI values are not stored in the return list of adjrr and cannot be directly recreated from the standard errors that are in the return list.

Thanks, Tillmann


Code:
set seed 123
sysuse auto, clear

gen rand=runiform()*2
replace rand=int(rand)

logit foreign rand, or
adjrr rand
Array