covmat
extracts the model-implied (time-varying) covariance matrix
from an fsvsim
object.
# S3 method for fsvsim
covmat(x, timepoints = "all", ...)
Array of dimension m
times m
times
length(timepoints)
, containing the model-implied covariance 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()
,
cormat.fsvsim()
,
covelement()