Displaying significant factor loadings in the heatmap.
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")
Useful links