View source: R/mcem_cov_plot.R
mcem_cov_plot | R Documentation |
Visualizing cross-correlations among factors.
mcem_cov_plot(k, q, cov_input, title)
k |
A numeric scalar. Number of latent factors. |
q |
A numeric scalar. Number of time points in the covariance matrix of factors. |
cov_input |
A matrix of dimension (kq, kq). The covariance matrix of the vector obtained from vectorizing the matrix of latent factor scores. |
title |
A character. Title for the plot. |
Visualization of cross-correlations among factors.
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
vignette("bsfadgp_irregular_data_example", package = "DGP4LCF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.