mat.cor | R Documentation |
Form the correlation matrix
of order order
in which
all correlations have the same value.
mat.cor(rho, order)
rho |
A |
order |
The order of the correlation |
A correlation matrix
.
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
corr <- mat.cor(rho = 0.4, order = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.