statsmodels.multivariate.factor.FactorResults.plot_scree

FactorResults.plot_scree(ncomp=None)[source]

Plot of the ordered eigenvalues and variance explained for the loadings

Parameters:
ncompint, optional

Number of loadings to include in the plot. If None, will included the same as the number of maximum possible loadings

Returns:
Figure

Handle to the figure.


Last update: Apr 16, 2024