remiod 1.0.1
New Features
- Ordinal Probit Model: new model option under
algorithm='jags'
. The option can be requested with argumentmodels = 'opm'
(or named vectors, for example,models = c(y1='opm',y2='opm')
). algorithm='tang_seq'
: computation is speed up.get_subset()
: function is exported for extracting specified set of parameters from MCMC samples. The extracted samples have a class ofmcmc
, and can be directly used by functions/packages which take amcmc
object.