corrmat_AR1 {corrMCT} | R Documentation |
An easy function to generate a AR(1) correlation matrix.
corrmat_AR1(m, rho)
m |
An integer. Dimension of the correlation matrix. |
rho |
A number. Correlation coefficient between |
A correlation matrix
corrmat_AR1(
m = 3,
rho = 0.2
)