ajnafkertesz/PCA: This is a summary of what PCA is and how we can ran and visualize PCA in R

Principal component analysis is a dimensionality-reduction method, that is used with multi-dimensional data sets, by transforming the variables into smaller components, without eliminating much of the data. Even though some of the accuracy may be compromised, PCA is great for simplifying very complicated and large data sets and exploring overall patterns as well as preparing the dataset for data visualization.

Getting started

Package details

AuthorAjna F. Kertesz, Maddie Pickett
MaintainerAjna F. Kertsz <akertesz@utexas.edu>
LicenseMIT
Version0.1.0
URL https://github.com/ajnafkertesz/PCA
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ajnafkertesz/PCA")
ajnafkertesz/PCA documentation built on May 14, 2022, 12:08 a.m.