powered by
Calculates the variances from a list of matrices
var2(x)
A list of two or more matrices
A matrix containing variances
Returns a matrix containing variances from a list of matrices using a combination of unlist and apply.
unlist
apply
# NOT RUN { data(hudsonia) var2(hudsonia) # }
Run the code above in your browser using DataLab