View source: R/factor_loading_heatmap.R
factor_loading_heatmap | R Documentation |
This function is used to visualize results of estimates of factor loadings (in heatmaps).
factor_loading_heatmap(factor_loading_matrix, heatmap_title)
factor_loading_matrix |
A matrix of dimension (p, k), which stores results for factor loadings. |
heatmap_title |
A character. Title for the heatmap. |
A heatmap presenting posterior median estimates of factor loadings.
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.