Data manipulation for the GLMM_MCMC function
This is a help function for GLMM_MCMC
function.
THIS FUNCTION IS NOT TO BE CALLED BY ORDINARY USERS.
GLMM_MCMCdata(y, dist, id, time, x, z, random.intercept)
A list with the following components:
y |
worked out value of |
dist |
worked out value of |
id |
worked out value of |
time |
worked out value of |
x |
worked out value of |
z |
worked out value of |
random.intercept |
worked out value of |
R |
number of response variables |
Rc |
number of continuous response variables |
Rd |
number of discrete response variables |
ndist |
numerical counterpart of 'dist' argument |
xempty |
logical vector of length R |
zempty |
logical vector of length R |
p |
numeric vector of length R |
q |
numeric vector of length R |
fixed.intercept |
logical vector of length R |
CrandomIntcpt |
numerical counterpart of random.intercept |
CfixedIntcpt |
numerical counterpart of fixed.intercept |
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 |
lalpha |
length of alpha vector (fixed intercepts included) |
p_fi |
numeric vector of length R |
q_ri |
numeric vector of length R |
name.response |
character vector |
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.