Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 645 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 645 Bytes

Dimension Reduction

The qacDR package provides functions for principal components and common factor analysis. Some cluster analysis tools are also provided.

Based on the William Revelle’s comprehensive psych package, the qacDR package provides simplified input, intuitive output, and easily interpretable graphs, making these techniques more accessible to data analysts new to these analyses.

To download this package use the following code:

if(!require(remotes)){
   install.packages("remotes")
}
remotes::install_github("rkabacoff/qacDR")