RankPCA: Rank of Variables Based on Principal Component Analysis for Mixed Data Types

Principal Component Analysis (PCA) is a statistical technique used to reduce the dimensionality of a dataset while preserving as much variability as possible. By transforming the original variables into a new set of uncorrelated variables called principal components, PCA helps in identifying patterns and simplifying the complexity of high-dimensional data. The 'RankPCA' package provides a streamlined workflow for performing PCA on datasets containing both categorical and continuous variables. It facilitates data preprocessing, encoding of categorical variables, and computes PCA to determine the optimal number of principal components based on a specified variance threshold. The package also computes composite indices for ranking observations, which can be useful for various analytical purposes. Garai, S., & Paul, R. K. (2023) <doi:10.1016/j.iswa.2023.200202>.

Getting started

Package details

AuthorDr. Sandip Garai [aut, cre, cph]
MaintainerDr. Sandip Garai <sandipnicksandy@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("RankPCA")

Try the RankPCA package in your browser

Any scripts or data that you put into this service are public.

RankPCA documentation built on June 22, 2024, 9:41 a.m.