loadings

Statistical hypothesis testing of loadings in multivariate analysis.

loadings provides functions for computing loading and its statistical hypothesis testing in principal component analysis and partial least squares.

References
[1] Yamamoto H. et al., BMC Bioinformatics, (2014) 15(1):51.
[2] Barker M. et al., Journal of Chemometrics, 17(3) (2003) 166-173.
[3] Yamamoto H., Journal of Chemometrics, 31(3) (2017) e2883.
[4] Yamamoto H. et al., Metabolites, 11(3) (2021) 149.

Installation

The latest stable version can be installed from CRAN:

install.packages("loadings")

The latest development version can be installed from GitHub:

# install.packages("devtools")
devtools::install_github("hiroyukiyamamoto/loadings")