pca_dstat_plot {structToolbox}R Documentation

pca_dstat_plot_plot class

Description

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.

Usage

pca_dstat_plot(number_components = 2, alpha = 0.05, ...)

Arguments

number_components

The number of components to use.

alpha

The confidence level to plot.

...

additional slots and values passed to struct_class

Value

struct object

Examples

C = pca_dstat_plot()

[Package structToolbox version 1.0.1 Index]