seehuhn/jvcoords: Principal Component Analysis (PCA) and Whitening

Provides functions to standardize and whiten data, and to perform Principal Component Analysis (PCA). The main advantage of this package over alternatives like prcomp() is, that jvcoords makes it easy to convert (additional) data between the original and the transformed coordinates. The package also provides a class coords, which can represent affine coordinate transformations. This class forms the basis of the transformations provided by the package, but can also be used independently. The implementation has been optimized to be of comparable speed (and sometimes even faster) than existing alternatives.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.0.3
URL https://github.com/seehuhn/jvcoords
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("seehuhn/jvcoords")
seehuhn/jvcoords documentation built on June 9, 2021, 3:06 p.m.