cormat extracts the model-implied (time-varying) covariance matrix
from an fsvsim object.
# S3 method for fsvsim
cormat(x, timepoints = "all", ...)Array of dimension m times m times
length(timepoints), containing the model-implied correlation matrix.
Object of class 'fsvsim', usually resulting from a call
of the function fsvsim.
Vector indicating at which point(s) in time the correlation matrices should be extracted. Can also be "all" or "last".
Ignored.
Other simulation:
corelement(),
covelement(),
covmat.fsvsim()