factor_loading_heatmap: Displaying significant factor loadings in the heatmap.

View source: R/factor_loading_heatmap.R

factor_loading_heatmapR 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")


DGP4LCF documentation built on April 4, 2025, 1:13 a.m.