varcov_randeff: Function to create random effect variance-covariance matrices
Description
Input variances of random effects and correlation between random effects,
returns variance-covariance matrix of random effects.
Usage
varcov_randeff(random_var, cor_re)
Arguments
random_var
Variance of random effects.
cor_re
Correlation between random effects, currently only a
constant supported.