BookmarkSubscribeRSS Feed
angelinaliu
Calcite | Level 5

I want to use PROC CORRESP (MCA option) as a pre-processing for clustering. The purpose of this is to transform categorical variables to continuous variables. Does anyone have any sample codes or examples for this? How can I create output dataset from CORRESP (MCA option) and then do the hierarchical clustering with ward criteria?

Thanks.

4 REPLIES 4
Ksharp
Super User

I don't think you can use PROC CORRESP  to transform categorical variables to continuous variables.  It decompose cell chi-square into X axis and Y axis , therefore you can make some cluster idea,but that is only for CATEGORY variables.

Xia Keshan

SteveDenham
Jade | Level 19

I can kind of see a clunky way of doing this.  After PROC CORRESP does its thing and you get the X and Y axis values, you could use PROC DISTANCE to get a single continuous value, or just use the X and Y axis values as continuous variables.

Steve Denham

Ksharp
Super User

Yeah. use the X and Y axis values to cluster, right ?

gabras
Pyrite | Level 9

Hi, do you know how can i run MCA in Enterprise MINER?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1471 views
  • 0 likes
  • 4 in conversation