Re: [R] cor matrix in multivariate regression

2013-10-22 Thread Martin Maechler
> Suyan Tian > on Tue, 22 Oct 2013 01:18:10 + writes: > Sorry to bother, I want to construct a correlation matrix > in multivariate regression (several dependent variables > and they are correlated in some ways) like the followings, > 1 0.8 0 0 … 0 0

[R] cor matrix in multivariate regression

2013-10-21 Thread Suyan Tian
Sorry to bother, I want to construct a correlation matrix in multivariate regression (several dependent variables and they are correlated in some ways) like the followings, 1 0.8 0 0 … 0 0 0.8 1 0 0 …0 0 00 1 0.8 … 0 0 0 0 0.8 1 … 0 0 . . .