pca {Statsomat}R Documentation

Principal Components Analysis

Description

A Shiny app for automated Principal Components Analysis (PCA) based on the R package factominer. An interpretation in plain English and the R Code to reproduce the results is included in the report. Follow the Instructions on the webpage of the app https://statsomat.shinyapps.io/Principal-components-analysis/ to generate the report. Check also the GitHub repository https://github.com/Statsomat/PCA.

Usage

pca()

Value

Shiny app opens in viewer or browser.

Examples

## Not run: 
library(Statsomat)
pca()

## End(Not run)

[Package Statsomat version 1.1.0 Index]