Learn R Programming

FARS (version 0.7.1)

plot_loadings.mldfm: Plot Loadings from mldfm Object

Description

Displays bar plots of the estimated factor loadings with 95% confidence intervals.

Usage

plot_loadings.mldfm(x, var_names = NULL, flip = NULL, ...)

Arguments

x

An object of class mldfm.

var_names

Optional vector of variable names. If NULL, default names are used.

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.

...

Additional arguments (ignored).