factor_loading_heatmap function

Displaying significant factor loadings in the heatmap.

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)

Arguments

  • factor_loading_matrix: A matrix of dimension (p, k), which stores results for factor loadings.
  • heatmap_title: A character. Title for the heatmap.

Returns

A heatmap presenting posterior median estimates of factor loadings.

Examples

# See examples in vignette vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
  • Maintainer: Jiachen Cai
  • License: MIT + file LICENSE
  • Last published: 2025-03-08

Useful links