Learn R Programming

epca (version 1.1.0)

pitprops: Pitprops correlation data

Description

The pitprops data is a correlation matrix that was calculated from 180 observations. There are 13 explanatory variables. Jeffers (1967) tried to interpret the first six PCs. This is a classical example showing the difficulty of interpreting principal components.

Arguments

References

Jeffers, J. (1967) "Two case studies in the application of principal component", Applied Statistics, 16, 225-236.

Examples

Run this code
# \donttest{
## NOT TEST
data(pitprops)
ggcorrplot::ggcorrplot(pitprops)
# }

Run the code above in your browser using DataLab