mat.corg {dae} | R Documentation |
Forms a general correlation matrix
Description
Form the correlation matrix
of order order
for which
all correlations potentially differ.
Usage
mat.corg(rhos, order, byrow = FALSE)
Arguments
rhos |
A |
order |
The order of the correlation |
byrow |
A |
Value
A correlation matrix
.
Author(s)
Chris Brien
See Also
mat.I
, mat.J
, mat.cor
, mat.banded
, mat.exp
, mat.gau
,
mat.ar1
, mat.ar2
, mat.sar2
,
mat.ma1
, mat.ma2
, mat.arma
Examples
corr <- mat.corg(rhos = c(0.4, 0.2, 0.1), order = 3)
[Package dae version 3.2.28 Index]