Check whether local factors are present and find the rotation of the loading matrix with the smallest l1-norm.
Source:R/local_factors.R
local_factors.Rd
local_factors
tests whether local factors are present and returns both the Principal Component estimate of the loadings and the rotation of the loadings with the smallest l1-norm. It also produces graphical illustrations of the results.
Value
Returns a list with the following components:
has_local_factors
A logical equal toTRUE
if local factors are present.initial_loadings
Principal component estimate of the loading matrix.rotated_loadings
Matrix that is the rotation of the loading matrix that produces the smallest l1-norm.rotation_diagnostics
A list containing 3 components:R
Rotation matrix that when used to rotateinitial_loadings
produces the smallest l1-norm.l1_norm
Vector of lengthr
containing the value of the l1 norm each solution generates.sol_frequency
Vector of lengthr
containing the frequency in the initial grid of each solution.
pc_plot
Tile plot of the Principal Component estimate of the loading matrix.rotated_plot
Tile plot of the l1-rotation of the loading matrix estimate.small_loadings_plot
Plot of the number of small loadings for each column of the l1-rotation of the loading matrix estimate.