Learn R Programming

FARS (version 0.7.1)

plot_factors.mldfm: Plot Factors from mldfm Object

Description

Displays time series plots of the estimated factors with 95% confidence bands.

Usage

plot_factors.mldfm(x, dates = NULL, flip = NULL, fpr = FALSE, ...)

Arguments

x

An object of class mldfm.

dates

Optional vector of dates. If NULL, uses 1:n as default.

flip

Optional vector of length equal to the number of factors. Set 1 to flip sign for a specific factor (and related loadings); 0 to leave unchanged.

fpr

Logical. If TRUE, uses FPR Gamma (Fresoli, Poncela, Ruiz, 2024); otherwise, uses standard time-varying Gamma.

...

Additional arguments (ignored).