Ordinal Probit Model
: new model option under algorithm='jags'
. The option
can be requested with argument models = '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 of 'mcmc', and can be
directly used by functions/packages which take a 'mcmc' object.family = gaussian()
using JAGS.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.