factor_loading_heatmap {DGP4LCF} | R Documentation |
Displaying significant factor loadings in the heatmap.
Description
This function is used to visualize results of estimates of factor loadings (in heatmaps).
Usage
factor_loading_heatmap(factor_loading_matrix, heatmap_title)
Arguments
factor_loading_matrix |
A matrix of dimension (p, k), which stores results for factor loadings. |
heatmap_title |
A character. Title for the heatmap. |
Value
A heatmap presenting posterior median estimates of factor loadings.
Examples
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
[Package DGP4LCF version 1.0.0 Index]