do.call.emjmcmc {EMJMCMC} | R Documentation |
A help function used by parall.gmj to run parallel chains of (R)(G)MJMCMC algorithms
Description
A help function used by parall.gmj to run parallel chains of (R)(G)MJMCMC algorithms
Usage
do.call.emjmcmc(vect)
Arguments
vect |
a vector of parameters of runemjmcmc as well as several additional fields that must come after runemjmcmc parameters such as:
|
Value
a list of
- post.populi
the total mass (sum of the marginal likelihoods times the priors of the visited models) from the addressed run of runemjmcmc
- p.post
posterior probabilities of the covariates approximated by the addressed run of runemjmcmc
- cterm
the best value of marginal likelihood times the prior from the addressed run of runemjmcmc
- fparam
the final set of covariates returned by the addressed run of runemjmcmc
See Also
runemjmcmc, parall.gmj