powered by
Form the correlation matrix of order order in which all correlations have the same value.
matrix
order
mat.cor(rho, order)
A correlation matrix.
A numeric containing the single correlation value.
numeric
The order of the correlation matrix to be formed.
Chris Brien
mat.I, mat.J, mat.corg, mat.banded, mat.exp, mat.gau, mat.ar1, mat.ar2, mat.sar2, mat.ma1, mat.ma2, mat.arma
mat.I
mat.J
mat.corg
mat.banded
mat.exp
mat.gau
mat.ar1
mat.ar2
mat.sar2
mat.ma1
mat.ma2
mat.arma
corr <- mat.cor(rho = 0.4, order = 3)
Run the code above in your browser using DataLab