Hi,
I'm learning Bayesian approach to estimate coefficients of multinomial logit. I got the error when using the command bayesmlogit that amcmc_init() is not found. I've installed moremata and I use Stata/SE 17.0. Please check the codes below. Thank you for any help in advance!
Codes:
ssc install bayesmlogit
ssc install moremata
use http://fmwww.bc.edu/repec/bocode/t/traindata.dta, clear
global randvars "contract local wknown tod seasonal"
bayesmlogit y price, rand($randvars) group(gid) id(pid) draws(20000) burn(10000) thin(10) saving(beta1) replace
Error in result:
initialize_rand(): 3499 amcmc_init() not found
<istmt>: - function returned error
r(3499);
I'm learning Bayesian approach to estimate coefficients of multinomial logit. I got the error when using the command bayesmlogit that amcmc_init() is not found. I've installed moremata and I use Stata/SE 17.0. Please check the codes below. Thank you for any help in advance!
Codes:
ssc install bayesmlogit
ssc install moremata
use http://fmwww.bc.edu/repec/bocode/t/traindata.dta, clear
global randvars "contract local wknown tod seasonal"
bayesmlogit y price, rand($randvars) group(gid) id(pid) draws(20000) burn(10000) thin(10) saving(beta1) replace
Error in result:
initialize_rand(): 3499 amcmc_init() not found
<istmt>: - function returned error
r(3499);
Comment