Does anyone know where confidence interval outputs of a logit are stored? I recently ran:
which returned some confidence intervals. I'm looking to export those confidence intervals. I can't seem to find them when running:
or
For example, the Proportion column is stored as a matrix in
. I can't seem to find the equivalent for the Confidence intervals.
Attached is my output (I know screenshots are frowned upon, but it was much easier than copy/pasting and reformatting line by line).

Code:
proportion hlthpln1, over(acaint) lincom _b[_prop_2:1] - _b[_prop_2:0]
Code:
ereturn list
Code:
return list
Code:
e(b)
Attached is my output (I know screenshots are frowned upon, but it was much easier than copy/pasting and reformatting line by line).
Comment