Hello, using the wonderful regsave (https://ideas.repec.org/c/boc/bocode/s456964.html) to store results from regression models, it seems as if it still stores logit coefficients and CIs (as opposed to odds ratios) when using the -logistic- command.
Based on this: https://julianreif.com/regsave/ it seems like it has something to do with how Stata saves things in e(). Is there a way to transform that (and the CIs) within Stata before using regsave, perhaps?
Based on this: https://julianreif.com/regsave/ it seems like it has something to do with how Stata saves things in e(). Is there a way to transform that (and the CIs) within Stata before using regsave, perhaps?

Comment