Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GLMMMCMCwrapper

Wrapper to the GLMM_MCMC main simulation.


Description

This is wrapper to the GLMM_MCMC main simulation which allows vectorized evaluation and possibly parallel computation.

THIS FUNCTION IS NOT TO BE CALLED BY ORDINARY USERS.

Usage

GLMM_MCMCwrapper(chain = 1, data,
     prior.alpha, init.alpha,
     scale.b, prior.b, init.b,
     prior.eps, init.eps,
     Cpar, nMCMC, store, keep.chains,
     silent)

Arguments

chain

identification of the chain sampled in a particular call of this function, usually number like 1, 2, ...

data
prior.alpha
init.alpha

a list of init.alpha objects for all chains

scale.b
prior.b
init.b

a list of init.b objects for all chains

prior.eps
init.eps

a list of init.eps objects for all chains

Cpar
nMCMC
store
keep.chains
silent

Value

A list having almost the same components as object returned by GLMM_MCMC function.

Author(s)

See Also


mixAK

Multivariate Normal Mixture Models and Mixtures of Generalized Linear Mixed Models Including Model Based Clustering

v5.3
GPL (>= 3)
Authors
Arnošt Komárek <arnost.komarek@mff.cuni.cz>
Initial release
2020-06-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.