ComeçarComece de graça

Visualizing PCA using the factoextra library

The factoextra library provides a number of functions which make it easy to extract and visualize the output of many exploratory multivariate data analyses, including PCA. In this exercise, you will use several functions to visualize the scores and PC loadings of the state.x77 dataset.

Este exercício faz parte do curso

Multivariate Probability Distributions in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Plot the scores
Editar e executar o código