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:

vect$simlen

the number of parameters of runemjmcmc in vect

vect$cpu

the CPU id for to set the unique seed

vect$NM

the number of unique best models from runemjmcmc to base the output report upon

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


[Package EMJMCMC version 1.5.0 Index]