Changes in version 0.4.1 (2025-07-17) o Remove use of deprecated `aes_string()` in ggplot2. Changes in version 0.4.0 (2022-05-13) o Updates to meet CRAN requirements. Changes in version 0.3.3 BUG FIXES o Fixed issue with exporting methods. Changes in version 0.3.2 NEW FEATURES o Minor update so that covariance matrices and standard deviations can be calculated prior to thresholding, if desired. CHANGES o winsorizor() has moved from pscore to JWileymisc and is then imported from JWileymisc. This was moved as winsorizor() is relevant outside of pscore. Changes in version 0.3.1 BUG FIXES o fixed several bugs in mahalanobisComposite related to how the number of components used (previously it failed if only a single component was used, and the loadings graph was incorrect). Changes in version 0.3.0 NEW FEATURES o Added prediction methods for Mahalanobis, Sum, and Factor scores, to use an existing model to predict scores from new data. Models are "smart" and retain features like standardization of raw data, winsorization, etc. o Added support for raw data transformations, which also apply to thresholds and are carried forward for predictions. Changes in version 0.2.0 NEW FEATURES o Added a NEWS file MAJOR CHANGES o Moved to using S4 Classes for most objects Changes in version 0.1-1 NEW FEATURES o function to winsorize data o function to calculate distance scores from thresholds (e.g., clinical thresholds for biomarkers) o Implemented three ways of creating composite scores via Mahalanobis distance, simple summing, and factor analysis