GLMM_MCMCinit.b {mixAK} | R Documentation |
Handle init.b or init2.b argument of GLMM_MCMC function
Description
This is a help function for GLMM_MCMC
function.
THIS FUNCTION IS NOT TO BE CALLED BY ORDINARY USERS.
Usage
GLMM_MCMCinit.b(init.b, prior.b, scale.b,
id, dimb, LTb, naamLTb,
I, ibMat, iEranefVec, iSDranefVec, number="")
Arguments
init.b |
see argument |
prior.b |
see argument |
scale.b |
see argument |
id |
|
dimb |
dimension of random effects (random intercepts included) |
LTb |
length of lower triangle of matrix dimb x dimb |
naamLTb |
names (indices) for elements of a lower triangle of matrix dimb x dimb |
I |
number of subjects (grouped observations) in the original data (before removing NA's) |
ibMat |
matrix with initial values of random effects |
iEranefVec |
vector with initial values of overall means of random effects |
iSDranefVec |
vector with initial values of overall standard deviations of random effects |
number |
label of the initial values (used only in error messages) |
Value
A list with the same structure as complete init.b
argument
of the GLMM_MCMC
function
Author(s)
Arnošt Komárek arnost.komarek@mff.cuni.cz