powered by
Create a full D (between subject variability) matrix given a vector of variances and covariances.
getfulld(variance_vector, covariance_vector = NULL)
The vector of the variances.
A vector of the covariances. Writen in column major order for the lower triangular matrix.
The full matrix of variances for the between subject variances
# NOT RUN { getfulld(c(1,2,3)) getfulld(c(1,2,3),c(7,6,5)) # }
Run the code above in your browser using DataLab