### Name: corMatrix.corStruct ### Title: Matrix of a corStruct Object ### Aliases: corMatrix.corStruct corMatrix.compSymm corMatrix.corAR1 ### corMatrix.corARMA corMatrix.corCAR1 corMatrix.corCompSymm ### corMatrix.corIdent corMatrix.corNatural corMatrix.corSpatial ### corMatrix.corSymm ### Keywords: models ### ** Examples cs1 <- corAR1(0.3) corMatrix(cs1, covariate = 1:4) corMatrix(cs1, covariate = 1:4, corr = FALSE)