pca: Principal Components Analysis

Description Usage Value Examples

View source: R/pca.R

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

1
pca()

Value

Shiny app opens in viewer or browser.

Examples

1
2
3
4
5
## Not run: 
library(Statsomat)
pca()

## End(Not run)

Statsomat documentation built on Nov. 17, 2021, 5:17 p.m.

Related to pca in Statsomat...