1. Learn
  2. /
  3. Courses
  4. /
  5. Multivariate Probability Distributions in R

Connected

Exercise

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.

Instructions 1/3

undefined XP
    1
    2
    3
  • Using the fviz_pca_ind() function, plot the scores of the first two components of the state.x77 dataset.