pca_dstat_plot {structToolbox} | R Documentation |
Bar chart showing mahalanobis distance from the mean in PCA scores space. A threshold is plotted at a chosen confidence as an indicator for rejecting outliers.
pca_dstat_plot(number_components = 2, alpha = 0.05, ...)
number_components |
The number of components to use. |
alpha |
The confidence level to plot. |
... |
additional slots and values passed to struct_class |
struct object
C = pca_dstat_plot()