Creates a multi-panel visualization summarizing all aspects of the factor model: scores over time, loadings, correlations, OU dynamics, and convergence patterns.
visualize_factor_dynamics(
dfm_result,
ou_result,
factors_data,
save_plot = FALSE,
plot_file = NULL,
use_device = "default",
verbose = TRUE
)Invisibly returns NULL. Called for side effect of creating plots.
Result object from DFM analysis
Result object from OU estimation
Data frame with factor information
Logical, save plot to file (default: FALSE)
File name for saved plot (default: 'factor_dynamics.pdf')
Graphics device to use: 'default', 'pdf', 'png' (default: 'default')
Logical; print progress and diagnostic information. Default TRUE.
Default is NULL (display only).