Hi Stata forum members,

I need some advice on how to get estimates after fitting melogit using bayesian framework. I have tried using the -parmest- command but I get an error that says "Estimates matrix e(b) must have exactly 1 row"

Below is my example code:

Code:
sysuse auto, clear
bayes: melogit foreign trunk || rep78:,
parmest,format(estimate min95 max95 %8.2f p %8.1e) list(,)
can someone help?

Thanks in anticipation.

Madu

Just to add that I use Stata/SE 15.1 and the error number is r(498);