Graphics Programming

Data visualization using SAS programming, including ODS Graphics and SAS/GRAPH. Charts, plots, maps, and more!
BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Aline_A16
Calcite | Level 5

Hello, 

i have a quick question : does the proc factor (method=prin) need prior standardization (mean=0 and std=1) of the continuous variables or by default is it included in the procedure? Actually, i am used to work with R software and for example the package FactoMineR with the PCA function performs a standardization by default.

Thank you in advance ! 

Aline

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Correlation comes from transforming variables to have mean=0 and variance=1. Covariance has mean=0, but no transformation of the variance is done.

--
Paige Miller

View solution in original post

3 REPLIES 3
PaigeMiller
Diamond | Level 26

By default, PROC FACTOR works on correlation matrices. You can optionally request that it work on covariance matrices.

--
Paige Miller
Aline_A16
Calcite | Level 5

I should go back to my statistics courses cause i forgot the difference between covariance and correlation matrix. Can you tell me in which case i need to perform a prior standardization ?

PaigeMiller
Diamond | Level 26

Correlation comes from transforming variables to have mean=0 and variance=1. Covariance has mean=0, but no transformation of the variance is done.

--
Paige Miller

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 835 views
  • 0 likes
  • 2 in conversation