An S4 class to represent composite ready data
data
A data frame ready for use to generate composite scores
covmat
A covariance matrix
sigma
The standard deviation of each variable
standardize
A logical value whether standardization was applied
distances
A data frame of the distance scores
distanceDensity
A ggplot2 density graph
winsorizedValues
A data frame of the values at which each variable was winsorized. If percentile is 0, that means no winsorization, and values will simply be min and max.
better
A logical value whether better scores than threshold were allowed
use.prethreshold
A logical value whether covariance matrix was calculated from pre threshold but post winsorizing data.