I am running a logistic regression model and want to create one plot although my regression is univariate. I know the coefplot command creates an odds plot after a multivariate regression but I only need the plot for univariate analysis.
logistic outcome i.var1
logistic outcome i.var2
logistic outcome i.var3
logistic outcome i.var4
logistic outcome i.var5
coefplot, drop(_cons) xline(1) eform xtitle(Odds ratio)
logistic outcome i.var1
logistic outcome i.var2
logistic outcome i.var3
logistic outcome i.var4
logistic outcome i.var5
coefplot, drop(_cons) xline(1) eform xtitle(Odds ratio)
Comment