Process PCA results from SAS.
| 1 2 | sas_PCA_table_function(eigens, factors, rfactors, dataset_type = "all",
  round_n = 2, n.axes = 2)
 | 
| eigens | SAS output of eigenvalues and variance explained | 
| factors | SAS output of factor pattern | 
| rfactors | SAS output of rotated factor pattern | 
| dataset_type | Default value is "all" | 
| round_n | Default value is 3. | 
| n.axes | Default value is 2. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.