i am new with R and also in the area of Multivariate Statistics. i would like to sample 100 samples from this normal dist
mu = (0,1,0)'
cov = (16,1,1;1,16,2;1,2,16)
and the mission is to check the hypothesis with 5% conf whether matrix cov is Diagonal matrix or not. also need to find the p-value.
the implementation should be in R
thanks